Skip to content

Commit 52a3479

Browse files
authored
Merge pull request #602 from scalacenter/update/asm-9.6
Update asm, asm-util to 9.6
2 parents 10a193d + 76e938b commit 52a3479

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
@@ -6,7 +6,7 @@ object Dependencies {
66
val scala213 = scalaEnvVersion.filter(isScala213).getOrElse("2.13.11")
77
val scala30 = scalaEnvVersion.filter(isScala30).getOrElse("3.0.2")
88
val scala31Plus = scalaEnvVersion.filter(isScala31Plus).getOrElse("3.3.0")
9-
val asmVersion = "9.5"
9+
val asmVersion = "9.6"
1010
val coursierVersion = "2.1.7"
1111

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

0 commit comments

Comments
 (0)