Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 28, 2023
1 parent fa9fdc4 commit 4cdd9ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.14
version = 3.7.17

runner.dialect = scala213source3
fileOverride {
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4cdd9ef

Please sign in to comment.