Skip to content

Commit

Permalink
Upgrade to ASM 7.3.1
Browse files Browse the repository at this point in the history
Keeping up with scalac: scala/scala#8676
  • Loading branch information
smarter committed Jan 30, 2020
1 parent 0b90ec1 commit 899a287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -490,7 +490,7 @@ object Build {

// get libraries onboard
libraryDependencies ++= Seq(
"org.scala-lang.modules" % "scala-asm" % "7.0.0-scala-1", // used by the backend
"org.scala-lang.modules" % "scala-asm" % "7.3.1-scala-1", // used by the backend
Dependencies.`compiler-interface`,
"org.jline" % "jline-reader" % "3.9.0", // used by the REPL
"org.jline" % "jline-terminal" % "3.9.0",
Expand Down

0 comments on commit 899a287

Please sign in to comment.