Skip to content

Commit

Permalink
Merge pull request #293 from scalameta/update/munit-scalacheck-1.1.0
Browse files Browse the repository at this point in the history
Update munit-scalacheck to 1.1.0
  • Loading branch information
tgodzik authored Jan 27, 2025
2 parents 702ce8b + 47fbb08 commit bb72a5f
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 @@ -5,7 +5,7 @@ import com.typesafe.tools.mima.core._
import sbtcrossproject.CrossPlugin.autoImport.crossProject

lazy val V = new {
def munit = "1.0.0"
def munit = "1.1.0"
def scalacheck = "1.18.1"
}
val scala212 = "2.12.20"
Expand Down

0 comments on commit bb72a5f

Please sign in to comment.