Skip to content

Commit

Permalink
Merge pull request #236 from scalameta/update/scalacheck-1.18.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.18.1
  • Loading branch information
tgodzik authored Sep 16, 2024
2 parents 7c27620 + 2960b0e commit c50a92f
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 @@ -4,7 +4,7 @@ import com.typesafe.tools.mima.core._

lazy val V = new {
def munit = "1.0.0"
def scalacheck = "1.18.0"
def scalacheck = "1.18.1"
}
val scala212 = "2.12.20"

Expand Down

0 comments on commit c50a92f

Please sign in to comment.