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(
65
65
),
66
66
resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
67
67
libraryDependencies ++= Seq (
68
- " org.scalatest" %%% " scalatest-core" % " 3.3.0" ,
68
+ " org.scalatest" %%% " scalatest-core" % " 3.3.0-RC1 " ,
69
69
" 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"
73
73
),
74
74
// skip dependency elements with a scope
75
75
pomPostProcess := { (node : XmlNode ) =>
You can’t perform that action at this time.
0 commit comments