Skip to content

Commit

Permalink
Merge pull request #689 from scalacenter/update/asm-9.7
Browse files Browse the repository at this point in the history
Update asm, asm-util to 9.7
  • Loading branch information
adpi2 committed Mar 24, 2024
2 parents b346e9c + a86886a commit 254d337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val scala30 = scalaEnvVersion.filter(isScala30).getOrElse("3.0.2")
val scala33 = scalaEnvVersion.filter(isScala33).getOrElse("3.3.3")
val scala34 = scalaEnvVersion.filter(isScala34).getOrElse("3.4.0")
val asmVersion = "9.6"
val asmVersion = "9.7"
val coursierVersion = "2.1.9"

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

0 comments on commit 254d337

Please sign in to comment.