File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) =>
You can’t perform that action at this time.
0 commit comments