Skip to content

Commit

Permalink
Merge pull request #2505 from scalacenter/update/interface-1.0.23
Browse files Browse the repository at this point in the history
build(deps): Update interface from 1.0.22 to 1.0.23
  • Loading branch information
tgodzik authored Nov 12, 2024
2 parents f501c17 + ca0d518 commit c83d5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {
val libraryManagement = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
val log4j = "org.apache.logging.log4j" % "log4j-core" % "2.23.0"
val scalazCore = "org.scalaz" %% "scalaz-core" % scalazVersion
val coursierInterface = "io.get-coursier" % "interface" % "1.0.22"
val coursierInterface = "io.get-coursier" % "interface" % "1.0.23"
val coursierInterfaceSubs = "io.get-coursier" % "interface-svm-subs" % "1.0.19"
val svm = "org.graalvm.nativeimage" % "svm" % "24.1.1"
val coursier = "io.get-coursier" %% "coursier" % coursierVersion
Expand Down

0 comments on commit c83d5c5

Please sign in to comment.