From 4b5669c2759d2289384ea50c527e98f1ebb578bf Mon Sep 17 00:00:00 2001 From: Declan Lee Date: Fri, 15 Sep 2023 10:34:29 +0100 Subject: [PATCH 1/2] branched off tag 0.8.18 --- .bsp/sbt.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bsp/sbt.json diff --git a/.bsp/sbt.json b/.bsp/sbt.json new file mode 100644 index 000000000..a936370d5 --- /dev/null +++ b/.bsp/sbt.json @@ -0,0 +1 @@ +{"name":"sbt","version":"1.6.0-RC1","bspVersion":"2.0.0-M5","languages":["scala"],"argv":["/Users/declan.lee53/.sdkman/candidates/java/17.0.7-amzn/bin/java","-Xms100m","-Xmx100m","-classpath","/Users/declan.lee53/Library/Application Support/JetBrains/IntelliJIdea2022.2/plugins/Scala/launcher/sbt-launch.jar","xsbt.boot.Boot","-bsp","--sbt-launch-jar=/Users/declan.lee53/Library/Application%20Support/JetBrains/IntelliJIdea2022.2/plugins/Scala/launcher/sbt-launch.jar"]} \ No newline at end of file From 516a084e20c8df45e8c09e1a62106b12ca317aa3 Mon Sep 17 00:00:00 2001 From: Declan Lee Date: Fri, 15 Sep 2023 10:48:14 +0100 Subject: [PATCH 2/2] used a compatible version of sbt --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e2820dd8c..e080dd638 100755 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.2.8 +sbt.version=1.6.0-RC1