diff --git a/.scalafmt.conf b/.scalafmt.conf index f515d8d..ae6bdd9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.5.7 +version = 3.8.3 runner.dialect = scala213source3 fileOverride { diff --git a/build.sbt b/build.sbt index 8a5da70..92f1b6e 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ description := "" + "" + "" -crossScalaVersions := Seq("2.13.8", "3.0.2", "2.12.16") +crossScalaVersions := Seq("3.3.3", "2.13.14", "2.12.20") scalaVersion := crossScalaVersions.value.head def isScala2_13plus(scalaVersion: String): Boolean = { @@ -35,10 +35,10 @@ def isScala2_13plus(scalaVersion: String): Boolean = { libraryDependencies ++= Seq( "org.apache.commons" % "commons-math3" % "3.6.1", "com.jgoodies" % "jgoodies-binding" % "2.13.0", - "net.imagej" % "ij" % "1.53s", + "net.imagej" % "ij" % "1.54k", // Test "junit" % "junit" % "4.13.2" % "test", - "org.scalatest" %% "scalatest" % "3.2.11" % "test", + "org.scalatest" %% "scalatest" % "3.2.19" % "test", // JUnit runner SBT plugin "com.novocode" % "junit-interface" % "0.11" % "test->default" ) diff --git a/project/build.properties b/project/build.properties index 6100d57..afd15a8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -19,5 +19,5 @@ # # Latest release available at https://github.com/ij-plugins/ijp-toolkit/ # -sbt.version=1.7.1 +sbt.version=1.10.2