Skip to content

Commit

Permalink
Update ScalaTest and Imagej
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Feb 22, 2022
1 parent 08d6c91 commit c205a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ val commonSettings = Seq(
Compile / compile / javacOptions ++= Seq("-deprecation", "-Xlint", "--release", "8"),
//
libraryDependencies ++= Seq(
"net.imagej" % "ij" % "1.53i",
"org.scalatest" %% "scalatest" % "3.2.10" % "test"
"net.imagej" % "ij" % "1.53j",
"org.scalatest" %% "scalatest" % "3.2.11" % "test"
),
resolvers += Resolver.sonatypeRepo("snapshots"),
//
Expand Down

0 comments on commit c205a5c

Please sign in to comment.