Skip to content

Commit b8349b3

Browse files
authored
Merge pull request #859 from scalacenter/update/asm-9.8
Update asm, asm-util to 9.8
2 parents 17ff091 + 1d28a6f commit b8349b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
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.5")
99
val scala34Plus = scalaEnvVersion.filter(isScala34Plus).getOrElse("3.6.3")
10-
val asmVersion = "9.7.1"
10+
val asmVersion = "9.8"
1111
val coursierVersion = "2.1.24"
1212

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

0 commit comments

Comments
 (0)