Skip to content

Commit 4fa55e9

Browse files
committed
Update scalatest to 3.0.8-RC5
1 parent 6ee0fac commit 4fa55e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ shellPrompt in ThisBuild := { state => Project.extract(state).currentRef.project
2929
lazy val swing = project.in(file("."))
3030
.settings(
3131
libraryDependencies += {
32-
if (scalaVersion.value == "2.13.0-RC2") {
33-
"org.scalatest" % "scalatest_2.13.0-RC1" % "3.0.8-RC2" % Test // it works
34-
} else {
35-
"org.scalatest" %% "scalatest" % "3.0.8-RC2" % Test
36-
}
32+
"org.scalatest" %% "scalatest" % "3.0.8-RC5" % Test
3733
},
3834
// Adds a `src/main/scala-2.13+` source directory for Scala 2.13 and newer
3935
// and a `src/main/scala-2.13-` source directory for Scala version older than 2.13

0 commit comments

Comments
 (0)