We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d67960d + 6c991f5 commit d324126Copy full SHA for d324126
build.sbt
@@ -30,7 +30,7 @@ javaOptions += "-Xmx8G"
30
libraryDependencies ++= {
31
Seq(
32
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.9",
33
- "org.scalatest" %% "scalatest" % "3.0.6-SNAP5" % Test,
+ "org.scalatest" %% "scalatest" % "3.0.6" % Test,
34
"org.scalaz" %% "scalaz-core" % "7.2.27" % Test
35
)
36
}
0 commit comments