Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Aug 28, 2022
1 parent 65a6a2b commit 70a244c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.6.2
sbt.version=1.7.1

2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -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/.

0 comments on commit 70a244c

Please sign in to comment.