Skip to content

Commit

Permalink
Support Scala 2.13-M5.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Dec 21, 2018
1 parent d1f3fbc commit de5cad6
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 @@ -30,7 +30,7 @@ javaOptions += "-Xmx8G"
libraryDependencies ++= {
Seq(
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.7",
"org.scalatest" %% "scalatest" % "3.0.6-SNAP2" % Test,
"org.scalatest" %% "scalatest" % "3.0.6-SNAP5" % Test,
"org.scalaz" %% "scalaz-core" % "7.2.26" % Test
)
}
Expand Down

0 comments on commit de5cad6

Please sign in to comment.