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 diff --git a/build.sbt b/build.sbt index 447b97d..a85bd8d 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") @@ -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( diff --git a/project/build.properties b/project/build.properties index 5091212..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.4 +sbt.version = 1.9.6 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")