Skip to content

Commit bfe0713

Browse files
Update asm-tree to 9.9.1 (#58)
Co-authored-by: scala-center-steward[bot] <111975575+scala-center-steward[bot]@users.noreply.github.com>
1 parent 8879194 commit bfe0713

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val `sbt-missinglink` = project
2222
.settings(
2323
libraryDependencies ++= Seq(
2424
"com.spotify" % "missinglink-core" % "0.2.11",
25-
"org.ow2.asm" % "asm-tree" % "9.9"
25+
"org.ow2.asm" % "asm-tree" % "9.9.1"
2626
),
2727
scriptedLaunchOpts := {
2828
scriptedLaunchOpts.value ++

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies ++= Seq(
22
"com.spotify" % "missinglink-core" % "0.2.11",
3-
"org.ow2.asm" % "asm-tree" % "9.9"
3+
"org.ow2.asm" % "asm-tree" % "9.9.1"
44
)
55

66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")

0 commit comments

Comments
 (0)