Skip to content

Commit

Permalink
Merge pull request #654 from scalacenter/update/coursier-2.1.9
Browse files Browse the repository at this point in the history
Update coursier, coursier-jvm to 2.1.9
  • Loading branch information
adpi2 committed Feb 9, 2024
2 parents 49e962b + 216bb2c commit 2d79e66
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 @@ -8,7 +8,7 @@ object Dependencies {
val scala33 = scalaEnvVersion.filter(isScala33).getOrElse("3.3.1")
val scala34 = scalaEnvVersion.filter(isScala34).getOrElse("3.4.0-RC4")
val asmVersion = "9.6"
val coursierVersion = "2.1.8"
val coursierVersion = "2.1.9"

def isScala212(version: String): Boolean = version.startsWith("2.12")
def isScala213(version: String): Boolean = version.startsWith("2.13")
Expand Down

0 comments on commit 2d79e66

Please sign in to comment.