diff --git a/build.sbt b/build.sbt index 70b2340..b2cd19b 100644 --- a/build.sbt +++ b/build.sbt @@ -3,9 +3,9 @@ import com.softwaremill.Publish.{updateDocs, ossPublishSettings} import com.softwaremill.UpdateVersionInDocs val scala211 = "2.11.12" -val scala212 = "2.12.19" -val scala213 = "2.13.14" -val scala3 = "3.3.3" +val scala212 = "2.12.20" +val scala213 = "2.13.15" +val scala3 = "3.3.4" val scalaIdeaVersion = scala3 // the version for which to import sources into intellij diff --git a/project/build.properties b/project/build.properties index cb409aa..e88a0d8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 \ No newline at end of file +sbt.version=1.10.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index 96a258f..3bff415 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,9 @@ -val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0") +val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.17.0") val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.4.17") addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion) -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1") addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2") val sbtSoftwareMillVersion = "2.0.20"