@@ -49,7 +49,7 @@ def docTask(docDir: File, resDir: File, projectName: String): File = {
49
49
val sharedSettings = Seq (
50
50
name := " scalacheck-1.17" ,
51
51
organization := " org.scalatestplus" ,
52
- version := " 3.2.15 .0" ,
52
+ version := " 3.2.16 .0" ,
53
53
homepage := Some (url(" https://github.com/scalatest/scalatestplus-scalacheck" )),
54
54
licenses := List (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )),
55
55
developers := List (
@@ -68,11 +68,11 @@ val sharedSettings = Seq(
68
68
),
69
69
resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
70
70
libraryDependencies ++= Seq (
71
- " org.scalatest" %%% " scalatest-core" % " 3.2.15 " ,
71
+ " org.scalatest" %%% " scalatest-core" % " 3.2.16 " ,
72
72
" org.scalacheck" %%% " scalacheck" % " 1.17.0" ,
73
- " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.15 " % " test" ,
74
- " org.scalatest" %%% " scalatest-funspec" % " 3.2.15 " % " test" ,
75
- " org.scalatest" %%% " scalatest-funsuite" % " 3.2.15 " % " test"
73
+ " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.16 " % " test" ,
74
+ " org.scalatest" %%% " scalatest-funspec" % " 3.2.16 " % " test" ,
75
+ " org.scalatest" %%% " scalatest-funsuite" % " 3.2.16 " % " test"
76
76
),
77
77
// skip dependency elements with a scope
78
78
pomPostProcess := { (node : XmlNode ) =>
0 commit comments