Skip to content

Commit

Permalink
Merge pull request #3625 from scalameta/update/coursier-2.1.9
Browse files Browse the repository at this point in the history
Update coursier to 2.1.9
  • Loading branch information
tgodzik committed Mar 8, 2024
2 parents c85ef20 + fb109dc commit c527cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -389,7 +389,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(testSettings: _*)
.jvmSettings(
libraryDependencies += {
val coursierVersion = if (isScala211.value) "2.0.0-RC5-6" else "2.1.8"
val coursierVersion = if (isScala211.value) "2.0.0-RC5-6" else "2.1.9"
"io.get-coursier" %% "coursier" % coursierVersion
},
dependencyOverrides += {
Expand Down

0 comments on commit c527cd7

Please sign in to comment.