Skip to content

Commit

Permalink
Update ImageJ to 1.53s
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed May 29, 2022
1 parent 5fd798d commit 139aa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ val commonSettings = Seq(
Compile / compile / javacOptions ++= Seq("-deprecation", "-Xlint", "--release", "8"),
//
libraryDependencies ++= Seq(
"net.imagej" % "ij" % "1.53j",
"net.imagej" % "ij" % "1.53s",
"org.scalatest" %% "scalatest" % "3.2.11" % "test"
),
resolvers += Resolver.sonatypeRepo("snapshots"),
Expand Down

0 comments on commit 139aa12

Please sign in to comment.