Skip to content

Commit 003b523

Browse files
authored
Bump asm to 9.9.1 (#87)
1 parent 00bdd5c commit 003b523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ lazy val jarjar = project
2323
crossPaths := false
2424
autoScalaLibrary := false
2525
libraryDependencies ++= Seq(
26-
"org.ow2.asm" % "asm" % "9.9",
27-
"org.ow2.asm" % "asm-commons" % "9.9",
26+
"org.ow2.asm" % "asm" % "9.9.1",
27+
"org.ow2.asm" % "asm-commons" % "9.9.1",
2828
)
2929
libraryDependencies ++= junit
3030

0 commit comments

Comments
 (0)