Skip to content

Commit

Permalink
Update scalacheck to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-simy4[bot] committed Sep 22, 2024
1 parent e576d9c commit bb4d38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ lazy val scalacheck = (project in file("scalacheck"))
description := "ScalaCheck bindings for coregex library.",
headerEndYear := Some(2024),
libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.18.0" % Provided
"org.scalacheck" %% "scalacheck" % "1.18.1" % Provided
),
crossScalaVersions := supportedScalaVersions,
Test / tpolecatExcludeOptions += org.typelevel.scalacoptions.ScalacOptions.warnNonUnitStatement
Expand Down

0 comments on commit bb4d38a

Please sign in to comment.