From abcc138ea0df2bb9c26c0ed9397b83de0c98bc2f Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 26 Sep 2023 21:26:26 -0400 Subject: [PATCH 1/5] Bump SBT to 1.9.6 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 4eb6541..df02375 100644 --- a/project/build.properties +++ b/project/build.properties @@ -3,4 +3,4 @@ # Author's e-mail: jpsacha at gmail.com # -sbt.version = 1.9.3 +sbt.version = 1.9.6 From e07360ec651ef96f96d15aba058f9fcbc49ecbbb Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 26 Sep 2023 21:27:14 -0400 Subject: [PATCH 2/5] Update scala-native to 0.4.15 --- project/plugins.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eb2c08d..322e3e6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,3 @@ // https://github.com/scala-native/scala-native -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") +resolvers ++= Resolver.sonatypeOssRepos("snapshots") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15") From 1003fd308dfc87420378d66e7e9a48cfd2acedd7 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 26 Sep 2023 21:27:45 -0400 Subject: [PATCH 3/5] Bump ScalaFMT to 3.7.14 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 21d6466..b81cb1f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.12 +version = 3.7.14 runner.dialect = scala3 From 1e3797fe1933a836ad42fea50cb9a4e38c601ae7 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 26 Sep 2023 21:28:32 -0400 Subject: [PATCH 4/5] Bump Scala to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 447b97d..cde4c37 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "3.3.0" +scalaVersion := "3.3.1" //name := "IJP-ImageJ-Launcher" version := "0.2.0.1-SNAPSHOT" versionScheme := Some("early-semver") From 6998af7cec2dabd42904af79a247dd8675e3d9f2 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 26 Sep 2023 21:29:04 -0400 Subject: [PATCH 5/5] Bump scalatest to 3.2.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cde4c37..a85bd8d 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ logLevel := Level.Info libraryDependencies ++= Seq( "com.github.scopt" %%% "scopt" % "4.1.0", "com.lihaoyi" %%% "os-lib" % "0.9.1", - "org.scalatest" %%% "scalatest" % "3.2.16" % Test + "org.scalatest" %%% "scalatest" % "3.2.17" % Test ) scalacOptions ++= Seq(