diff --git a/.scalafmt.conf b/.scalafmt.conf index b81cb1f..12f6d23 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.8.3 runner.dialect = scala3 diff --git a/build.sbt b/build.sbt index a85bd8d..e6be4c6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "3.3.1" +scalaVersion := "3.3.3" //name := "IJP-ImageJ-Launcher" version := "0.2.0.1-SNAPSHOT" versionScheme := Some("early-semver") @@ -17,8 +17,8 @@ logLevel := Level.Info libraryDependencies ++= Seq( "com.github.scopt" %%% "scopt" % "4.1.0", - "com.lihaoyi" %%% "os-lib" % "0.9.1", - "org.scalatest" %%% "scalatest" % "3.2.17" % Test + "com.lihaoyi" %%% "os-lib" % "0.9.3", + "org.scalatest" %%% "scalatest" % "3.2.18" % Test ) scalacOptions ++= Seq( diff --git a/project/build.properties b/project/build.properties index df02375..7a2a0c9 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.6 +sbt.version = 1.10.2 diff --git a/project/buildinfo.sbt b/project/buildinfo.sbt index b9ae828..dab5b61 100644 --- a/project/buildinfo.sbt +++ b/project/buildinfo.sbt @@ -1,2 +1,2 @@ // https://github.com/sbt/sbt-buildinfo -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") \ No newline at end of file +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 322e3e6..6264039 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ // https://github.com/scala-native/scala-native resolvers ++= Resolver.sonatypeOssRepos("snapshots") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")