Skip to content

Commit d342c3a

Browse files
committed
Update ImageJ to 1.54d
1 parent 3a0d1aa commit d342c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ lazy val scala_console_plugins = (project in file("scala-console-plugins"))
135135
description := "Scala Console ImageJ Plugins",
136136
commonSettings,
137137
libraryDependencies ++= Seq(
138-
"net.imagej" % "ij" % "1.54c",
138+
"net.imagej" % "ij" % "1.54d",
139139
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
140140
),
141141
//resolvers += "ImageJ Releases" at "http://maven.imagej.net/content/repositories/releases/"

0 commit comments

Comments
 (0)