From a97aa0650dd3355d511a22d0f58b16baefeae9da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Dec 2021 19:55:49 +0100 Subject: [PATCH] Update discipline-core to 1.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2939794..9e038f84 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.4.0" /** * Some terrible hacks to work around Cats's decision to have builds for different Scala versions depend on different