diff --git a/build.sbt b/build.sbt index 29cac6d..8a8acb9 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / crossScalaVersions := Seq(scala212, scala213) val circeVersion = "0.14.6" val scalacheckVersion = "1.17.0" -val disciplineScalatestVersion = "2.2.0" +val disciplineScalatestVersion = "2.3.0" val scalacheckScalaTestVersion = "3.2.18.0" val root = tlCrossRootProject.aggregate(golden, example1)