From 4cdd9ef623fee89740676a20b54ce97d1c3c686b Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Mon, 27 Nov 2023 20:28:32 -0500 Subject: [PATCH] Update dependencies --- .scalafmt.conf | 2 +- build.sbt | 4 ++-- project/build.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 563a652..feae89d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.17 runner.dialect = scala213source3 fileOverride { diff --git a/build.sbt b/build.sbt index d087022..84ddbe5 100644 --- a/build.sbt +++ b/build.sbt @@ -117,7 +117,7 @@ lazy val ijp_color = (project in file("ijp-color")) commonSettings, // libraryDependencies ++= Seq( - "net.imagej" % "ij" % "1.54f", + "net.imagej" % "ij" % "1.54g", "org.apache.commons" % "commons-math3" % "3.6.1", // Test "org.scalatest" %% "scalatest" % "3.2.17" % "test" @@ -144,7 +144,7 @@ lazy val ijp_color_ui = (project in file("ijp-color-ui")) libraryDependencies ++= Seq( "org.jfree" % "jfreechart-fx" % "1.0.1", "org.jfree" % "fxgraphics2d" % "1.8", - "org.scalafx" %% "scalafx" % "20.0.0-R31", + "org.scalafx" %% "scalafx" % "21.0.0-R32", "org.scalafx" %% "scalafx-extras" % "0.8.0", // Test "org.scalatest" %% "scalatest" % "3.2.17" % "test" diff --git a/project/build.properties b/project/build.properties index 722a34a..7fcf39f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -19,4 +19,4 @@ # # Latest release available at https://github.com/ij-plugins/ijp-color/ # -sbt.version=1.9.6 +sbt.version=1.9.7