Skip to content

Commit

Permalink
Update coursier, coursier-core to 2.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg-scala-steward[bot] committed Dec 11, 2024
1 parent 4c07c4e commit cf75646
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 cf75646

Please sign in to comment.