From ced3b6f7bbb66a231135ab9e38fcdc94adc9a908 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Apr 2024 20:30:29 +0000 Subject: [PATCH] Update discipline-core to 1.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..ef9cd3b5 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ val fs2Version = "3.1.5" val scalaTestVersion = "3.2.10" val scalaCheckVersion = "1.15.4" -val disciplineVersion = "1.1.5" +val disciplineVersion = "1.7.0" /** * Some terrible hacks to work around Cats's decision to have builds for different Scala versions depend on different