We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee0fac commit 4fa55e9Copy full SHA for 4fa55e9
build.sbt
@@ -29,11 +29,7 @@ shellPrompt in ThisBuild := { state => Project.extract(state).currentRef.project
29
lazy val swing = project.in(file("."))
30
.settings(
31
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
- }
+ "org.scalatest" %% "scalatest" % "3.0.8-RC5" % Test
37
},
38
// Adds a `src/main/scala-2.13+` source directory for Scala 2.13 and newer
39
// and a `src/main/scala-2.13-` source directory for Scala version older than 2.13
0 commit comments