Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 17, 2024
1 parent fe753de commit c685250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.5.7
version = 3.8.3

runner.dialect = scala213source3
fileOverride {
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description := "<html>" +
"</ul>" +
"</html>"

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 = {
Expand All @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c685250

Please sign in to comment.