Skip to content

Commit ac4c92c

Browse files
committed
Adjusted for 3.3.0.0-RC1.
1 parent ddb3ef8 commit ac4c92c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ val sharedSettings = Seq(
6565
),
6666
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
6767
libraryDependencies ++= Seq(
68-
"org.scalatest" %%% "scalatest-core" % "3.3.0",
68+
"org.scalatest" %%% "scalatest-core" % "3.3.0-RC1",
6969
"org.scalacheck" %%% "scalacheck" % "1.18.1",
70-
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.3.0" % "test",
71-
"org.scalatest" %%% "scalatest-funspec" % "3.3.0" % "test",
72-
"org.scalatest" %%% "scalatest-funsuite" % "3.3.0" % "test"
70+
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.3.0-RC1" % "test",
71+
"org.scalatest" %%% "scalatest-funspec" % "3.3.0-RC1" % "test",
72+
"org.scalatest" %%% "scalatest-funsuite" % "3.3.0-RC1" % "test"
7373
),
7474
// skip dependency elements with a scope
7575
pomPostProcess := { (node: XmlNode) =>

0 commit comments

Comments
 (0)