@@ -4,7 +4,7 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
4
4
import java .io .PrintWriter
5
5
import scala .io .Source
6
6
7
- val defaultScalaVersion = " 2.13.10 "
7
+ val defaultScalaVersion = " 2.13.11 "
8
8
9
9
scalaVersion := defaultScalaVersion
10
10
@@ -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.16 .0" ,
52
+ version := " 3.2.17 .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.16 " ,
71
+ " org.scalatest" %%% " scalatest-core" % " 3.2.17 " ,
72
72
" org.scalacheck" %%% " scalacheck" % " 1.17.0" ,
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"
73
+ " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.17 " % " test" ,
74
+ " org.scalatest" %%% " scalatest-funspec" % " 3.2.17 " % " test" ,
75
+ " org.scalatest" %%% " scalatest-funsuite" % " 3.2.17 " % " test"
76
76
),
77
77
// skip dependency elements with a scope
78
78
pomPostProcess := { (node : XmlNode ) =>
0 commit comments