From b5d54dd11809b97b567dbdd86fa9b0d092c7a7be Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 26 Oct 2023 08:02:09 -0700 Subject: [PATCH 1/2] upgrade ASM to 9.6 (was 9.5), for JDK 22 support --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From 100d48ca72d7c2efa9ed7af0f5b0cffbaff34165 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 26 Oct 2023 08:04:36 -0700 Subject: [PATCH 2/2] sbt 1.9.7 (was .6) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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