We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c689a95 + 0a1b838 commit 4449389Copy full SHA for 4449389
project/Dependencies.scala
@@ -7,7 +7,7 @@ object Dependencies {
7
val scala30 = scalaEnvVersion.filter(isScala30).getOrElse("3.0.2")
8
val scala31Plus = scalaEnvVersion.filter(isScala31Plus).getOrElse("3.2.2")
9
val asmVersion = "9.5"
10
- val coursierVersion = "2.1.2"
+ val coursierVersion = "2.1.3"
11
12
def isScala212(version: String): Boolean = version.startsWith("2.12")
13
def isScala213(version: String): Boolean = version.startsWith("2.13")
0 commit comments