Skip to content

Commit

Permalink
Merge pull request #620 from scalacenter/update/coursier-2.1.8
Browse files Browse the repository at this point in the history
Update coursier, coursier-jvm to 2.1.8
  • Loading branch information
adpi2 committed Dec 11, 2023
2 parents 01b44b6 + db93cc5 commit 42f253e
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 @@ -7,7 +7,7 @@ object Dependencies {
val scala30 = scalaEnvVersion.filter(isScala30).getOrElse("3.0.2")
val scala31Plus = scalaEnvVersion.filter(isScala31Plus).getOrElse("3.3.0")
val asmVersion = "9.6"
val coursierVersion = "2.1.7"
val coursierVersion = "2.1.8"

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

0 comments on commit 42f253e

Please sign in to comment.