Skip to content

Commit 77c1bb4

Browse files
author
PJ Fanning
committed
fix stray reference to RC version of scalatest
1 parent e6e2261 commit 77c1bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/hello-slick/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libraryDependencies ++= List(
44
"com.typesafe.slick" %% "slick" % "3.3.0",
55
"org.slf4j" % "slf4j-nop" % "1.7.26",
66
"com.h2database" % "h2" % "1.4.199",
7-
"org.scalatest" %% "scalatest" % "3.0.8-RC4" % Test
7+
"org.scalatest" %% "scalatest" % "3.0.8" % Test
88
)
99

1010
scalacOptions += "-deprecation"

0 commit comments

Comments
 (0)