@@ -49,7 +49,7 @@ def docTask(docDir: File, resDir: File, projectName: String): File = {
4949val sharedSettings = Seq (
5050 name := " scalacheck-1.16" ,
5151 organization := " org.scalatestplus" ,
52- version := " 3.2.13 .0" ,
52+ version := " 3.2.14 .0" ,
5353 homepage := Some (url(" https://github.com/scalatest/scalatestplus-scalacheck" )),
5454 licenses := List (" Apache-2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" )),
5555 developers := List (
@@ -68,11 +68,11 @@ val sharedSettings = Seq(
6868 ),
6969 resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
7070 libraryDependencies ++= Seq (
71- " org.scalatest" %%% " scalatest-core" % " 3.2.13 " ,
71+ " org.scalatest" %%% " scalatest-core" % " 3.2.14 " ,
7272 " org.scalacheck" %%% " scalacheck" % " 1.16.0" ,
73- " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.13 " % " test" ,
74- " org.scalatest" %%% " scalatest-funspec" % " 3.2.13 " % " test" ,
75- " org.scalatest" %%% " scalatest-funsuite" % " 3.2.13 " % " test"
73+ " org.scalatest" %%% " scalatest-shouldmatchers" % " 3.2.14 " % " test" ,
74+ " org.scalatest" %%% " scalatest-funspec" % " 3.2.14 " % " test" ,
75+ " org.scalatest" %%% " scalatest-funsuite" % " 3.2.14 " % " test"
7676 ),
7777 // skip dependency elements with a scope
7878 pomPostProcess := { (node : XmlNode ) =>
0 commit comments