diff --git a/build.sbt b/build.sbt index 544393f..1ed2c8e 100644 --- a/build.sbt +++ b/build.sbt @@ -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