Skip to content

Commit

Permalink
Update scalatest to 3.2.11 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Balhoff <jim@balhoff.org>
  • Loading branch information
scala-steward and balhoff authored Mar 11, 2022
1 parent bde652e commit fac829b
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 @@ -32,7 +32,7 @@ javaOptions += "-Xmx8G"
libraryDependencies ++= {
Seq(
"net.sourceforge.owlapi" % "owlapi-distribution" % "5.1.20",
"org.scalatest" %% "scalatest" % "3.2.9" % Test,
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
"org.scalaz" %% "scalaz-core" % "7.4.0-M7" % Test
)
}
Expand Down

0 comments on commit fac829b

Please sign in to comment.