Skip to content

Commit

Permalink
Update coursier to 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 12, 2024
1 parent 02257bf commit ffc8f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Deps {
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
val awssdkS3 = "software.amazon.awssdk" % "s3" % "2.15.28"
val coursier = "io.get-coursier" %% "coursier" % "2.1.8"
val coursier = "io.get-coursier" %% "coursier" % "2.1.12"

val circe: Seq[ModuleID] =
Seq(
Expand Down

0 comments on commit ffc8f73

Please sign in to comment.