diff --git a/README.md b/README.md index a6f0568..3ee8ca5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ As an alternative, you can use [scala-cli](https://scala-cli.virtuslab.org/). ## License ------- -Created by [EPFL](https://www.epfl.ch/labs/lamp/): 2017-2023 +Created by [EPFL](https://www.epfl.ch/labs/lamp/): 2017-2025 To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See . diff --git a/project/build.properties b/project/build.properties index 7a159c4..53bb739 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.10.6 +sbt.version = 1.10.11 diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 54ecc64..4a1ffc0 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "3.3.3" // A Long Term Support version. +scalaVersion := "3.3.6" // A Long Term Support version. enablePlugins(ScalaNativePlugin) diff --git a/src/main/g8/project/build.properties b/src/main/g8/project/build.properties index 7a159c4..53bb739 100644 --- a/src/main/g8/project/build.properties +++ b/src/main/g8/project/build.properties @@ -1 +1 @@ -sbt.version = 1.10.6 +sbt.version = 1.10.11 diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index e096f76..5a84321 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")