diff --git a/build.sbt b/build.sbt index 0728a32..4bf48a9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ enablePlugins(ScalaJSPlugin) name := "kaptenalloc-web" -scalaVersion := "3.1.2" // or any other Scala version >= 2.11.12 +scalaVersion := "3.1.3" // or any other Scala version >= 2.11.12 // This is an application with a main method scalaJSUseMainModuleInitializer := true diff --git a/project/build.properties b/project/build.properties index 022b635..38c0109 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.6.2 +sbt.version=1.7.1 diff --git a/publish.sh b/publish.sh index 0333744..2ac8efe 100644 --- a/publish.sh +++ b/publish.sh @@ -1,3 +1,3 @@ sbt fastLinkJS -scp target/scala-3.1.2/kaptenalloc-web-fastopt/main.js $LUCATID@fileadmin.cs.lth.se:pgk/kaptenalloc/. +scp target/scala-3.1.3/kaptenalloc-web-fastopt/main.js $LUCATID@fileadmin.cs.lth.se:pgk/kaptenalloc/. scp index.html $LUCATID@fileadmin.cs.lth.se:pgk/kaptenalloc/.