Skip to content

Commit

Permalink
Update asm to 9.3 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 4, 2022
1 parent 3bc0e56 commit b995430
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 += "org.ow2.asm" % "asm" % "9.2",
libraryDependencies += "org.ow2.asm" % "asm" % "9.3",
// make project settings available to source
Compile / sourceGenerators += Def.task {
val src = s"""|/* Generated by sbt */
Expand Down

0 comments on commit b995430

Please sign in to comment.