From d86150b3dc347223cf2e41db1764b60bf50b9c01 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 15:16:06 +0000 Subject: [PATCH] Update discipline-core to 1.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4148aced..17e382da 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ val Version = new { val portableReflect = "1.1.2" val junit = "4.13.2" val scalajsStubs = "1.1.0" - val discipline = "1.5.1" + val discipline = "1.6.0" val catsLaws = "2.9.0" val scalacheck = "1.17.0" val testInterface = "1.0"