Skip to content

Commit 1debb23

Browse files
authored
Merge pull request #448 from typelevel/update/scalacheck-1.17.1
Update scalacheck to 1.17.1
2 parents ea2080b + 9a12f70 commit 1debb23

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
@@ -27,7 +27,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2727
.settings(
2828
name := "discipline",
2929
moduleName := "discipline-core",
30-
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.0"
30+
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1"
3131
)
3232
.jsSettings(
3333
tlVersionIntroduced ~= {

0 commit comments

Comments
 (0)