diff --git a/build.sbt b/build.sbt index 9577f98..8241cc5 100644 --- a/build.sbt +++ b/build.sbt @@ -27,8 +27,8 @@ lazy val jarjar = project crossPaths := false autoScalaLibrary := false libraryDependencies ++= Seq( - "org.ow2.asm" % "asm" % "9.5", - "org.ow2.asm" % "asm-commons" % "9.5", + "org.ow2.asm" % "asm" % "9.6", + "org.ow2.asm" % "asm-commons" % "9.6", "org.apache.commons" % "commons-lang3" % "3.8.1", "junit" % "junit" % "4.12" % "it,test", "com.github.sbt" % "junit-interface" % "0.13.2" % "it,test" diff --git a/project/build.properties b/project/build.properties index 2743082..e8a1e24 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.7