Skip to content

Commit

Permalink
Merge pull request #233 from nafg/update/coursier-2.1.21
Browse files Browse the repository at this point in the history
Update coursier, coursier-core to 2.1.21
  • Loading branch information
mergify[bot] authored Dec 11, 2024
2 parents 4c07c4e + cf75646 commit 4b3000c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Compile / packageSrc / mappings ++=
Path.relativeTo((Compile / sourceManaged).value) | Path.flat
)

libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.1.20"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.1.21"
2 changes: 1 addition & 1 deletion project/build-build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ libraryDependencies += "com.lihaoyi" %% "fastparse" % "3.1.1"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.12.0"
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.11.3"
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.9.0"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.20"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.21"

scalacOptions += "-deprecation"

0 comments on commit 4b3000c

Please sign in to comment.