Skip to content

Commit

Permalink
Merge pull request #2529 from scalacenter/update/dependency-0.3.2
Browse files Browse the repository at this point in the history
build(deps): Update dependency from 0.3.1 to 0.3.2
  • Loading branch information
tgodzik authored Dec 6, 2024
2 parents 6708ca8 + 59c9b9b commit 697435b
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 @@ -62,7 +62,7 @@ object Dependencies {
val svm = "org.graalvm.nativeimage" % "svm" % "24.1.1"
val coursier = "io.get-coursier" %% "coursier" % coursierVersion
val coursierJvm = "io.get-coursier" %% "coursier-jvm" % coursierVersion
val dependency = "io.get-coursier" %% "dependency" % "0.3.1"
val dependency = "io.get-coursier" %% "dependency" % "0.3.2"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
val shapeless = "com.chuusai" %% "shapeless" % shapelessVersion
val caseApp = "com.github.alexarchambault" %% "case-app" % caseAppVersion
Expand Down

0 comments on commit 697435b

Please sign in to comment.