From 535b7dad9a8a25d96d3a8c47c5ef07adfede8bc1 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 11 Jul 2023 13:30:28 -0700 Subject: [PATCH 1/2] sbt 1.9.2 (was .1) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 3c0b78a7..875b706a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.1 +sbt.version=1.9.2 From e3b66db0a0b47533cc2a51cd8f7c157c69517d13 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 11 Jul 2023 13:30:36 -0700 Subject: [PATCH 2/2] sbt-scala-module 3.1.0 (was 3.0.1) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cc0b6e27..6f6beee3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.0.1") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")