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 17ff091 + 1d28a6f commit b8349b3Copy full SHA for b8349b3
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.3.5")
9
val scala34Plus = scalaEnvVersion.filter(isScala34Plus).getOrElse("3.6.3")
10
- val asmVersion = "9.7.1"
+ val asmVersion = "9.8"
11
val coursierVersion = "2.1.24"
12
13
def isScala212(version: String): Boolean = version.startsWith("2.12")
0 commit comments