Skip to content

Commit

Permalink
Update asm to 9.7 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 24, 2024
1 parent f1874ec commit 979c147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val plugin = project
.enablePlugins(SbtPlugin)
.settings(
name := "sbt-jni",
libraryDependencies ++= Seq("org.ow2.asm" % "asm" % "9.6", "org.scalatest" %% "scalatest" % "3.2.18" % Test),
libraryDependencies ++= Seq("org.ow2.asm" % "asm" % "9.7", "org.scalatest" %% "scalatest" % "3.2.18" % Test),
// make project settings available to source
Compile / sourceGenerators += Def.task {
val src = s"""|/* Generated by sbt */
Expand Down

0 comments on commit 979c147

Please sign in to comment.