Skip to content

Commit 979c147

Browse files
Update asm to 9.7 (#198)
1 parent f1874ec commit 979c147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ lazy val plugin = project
6767
.enablePlugins(SbtPlugin)
6868
.settings(
6969
name := "sbt-jni",
70-
libraryDependencies ++= Seq("org.ow2.asm" % "asm" % "9.6", "org.scalatest" %% "scalatest" % "3.2.18" % Test),
70+
libraryDependencies ++= Seq("org.ow2.asm" % "asm" % "9.7", "org.scalatest" %% "scalatest" % "3.2.18" % Test),
7171
// make project settings available to source
7272
Compile / sourceGenerators += Def.task {
7373
val src = s"""|/* Generated by sbt */

0 commit comments

Comments
 (0)