From 0c2befdca1a24705264686bb4c9fb8d2efb180d0 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 24 Oct 2023 20:58:11 +0200 Subject: [PATCH] Update dependencies --- build.sbt | 2 +- project/plugins.sbt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 5c518b7e..462ccfc3 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.softwaremill.UpdateVersionInDocs import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings import com.softwaremill.Publish.{updateDocs, ossPublishSettings} -val scala3 = "3.3.0" +val scala3 = "3.3.1" ThisBuild / dynverTagPrefix := "scala3-v" // a custom prefix is needed to differentiate tags between scala2 & scala3 versions diff --git a/project/plugins.sbt b/project/plugins.sbt index 5052acba..a551632c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") +addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") -val sbtSoftwareMillVersion = "2.0.12" +val sbtSoftwareMillVersion = "2.0.18" addSbtPlugin( "com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion ) @@ -8,6 +8,6 @@ addSbtPlugin( "com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion ) -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")