There was an error while loading. Please reload this page.
1 parent 8879194 commit bfe0713Copy full SHA for bfe0713
2 files changed
build.sbt
@@ -22,7 +22,7 @@ lazy val `sbt-missinglink` = project
22
.settings(
23
libraryDependencies ++= Seq(
24
"com.spotify" % "missinglink-core" % "0.2.11",
25
- "org.ow2.asm" % "asm-tree" % "9.9"
+ "org.ow2.asm" % "asm-tree" % "9.9.1"
26
),
27
scriptedLaunchOpts := {
28
scriptedLaunchOpts.value ++
project/plugins.sbt
@@ -1,6 +1,6 @@
1
2
3
4
)
5
6
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
0 commit comments