Skip to content

Commit 8d315b6

Browse files
authored
Merge pull request #589 from scalacenter/update/coursier-2.1.7
Update coursier, coursier-jvm to 2.1.7
2 parents 7c7b04d + acaffcb commit 8d315b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Dependencies {
77
val scala30 = scalaEnvVersion.filter(isScala30).getOrElse("3.0.2")
88
val scala31Plus = scalaEnvVersion.filter(isScala31Plus).getOrElse("3.3.0")
99
val asmVersion = "9.5"
10-
val coursierVersion = "2.1.6"
10+
val coursierVersion = "2.1.7"
1111

1212
def isScala212(version: String): Boolean = version.startsWith("2.12")
1313
def isScala213(version: String): Boolean = version.startsWith("2.13")

0 commit comments

Comments
 (0)