Skip to content

Commit f9d3bcc

Browse files
committed
Update scalacheck-1-17 to 3.2.18.0
1 parent b34842c commit f9d3bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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)