Skip to content

Commit 380e412

Browse files
authored
Merge pull request #102 from scala-steward/update/scalacheck-1.15.4
Update scalacheck to 1.15.4
2 parents a0c5270 + 05dbcfd commit 380e412

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
@@ -142,7 +142,7 @@ lazy val laws = crossProject(JVMPlatform, JSPlatform)
142142
name := "minitest-laws",
143143
sharedSettings,
144144
libraryDependencies ++= Seq(
145-
"org.scalacheck" %%% "scalacheck" % "1.15.3"
145+
"org.scalacheck" %%% "scalacheck" % "1.15.4"
146146
)
147147
)
148148
.jsSettings(

0 commit comments

Comments
 (0)