Skip to content

Commit 3f1b186

Browse files
Update scalacheck-1-17 to 3.2.18.0 (#467)
1 parent 15187c4 commit 3f1b186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ lazy val example = project
106106
libraryDependencies ++= List(
107107
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
108108
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
109-
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % Test
109+
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test
110110
),
111111
test := {} // no need to run paiges tests.
112112
)

0 commit comments

Comments
 (0)