Skip to content

Commit d324126

Browse files
authored
Merge pull request #26 from scala-steward/update/scalatest-3.0.6
Update scalatest to 3.0.6
2 parents d67960d + 6c991f5 commit d324126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ javaOptions += "-Xmx8G"
3030
libraryDependencies ++= {
3131
Seq(
3232
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.9",
33-
"org.scalatest" %% "scalatest" % "3.0.6-SNAP5" % Test,
33+
"org.scalatest" %% "scalatest" % "3.0.6" % Test,
3434
"org.scalaz" %% "scalaz-core" % "7.2.27" % Test
3535
)
3636
}

0 commit comments

Comments
 (0)