From 61b26d0bd65f5c4d1b2ff473b8f633323d2496f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Jan 2020 17:33:16 +0100 Subject: [PATCH] Update discipline-scalatest to 1.0.0-RC2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb42ec86..aff9cf77 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val catsEffectVersion = "2.0.0" val scalatestVersion = "3.1.0" val scalaTestPlusVersion = "3.1.0.0-RC2" val scalacheckVersion = "1.14.3" -val disciplineVersion = "1.0.0-RC1" +val disciplineVersion = "1.0.0-RC2" val core = crossProject(JVMPlatform, JSPlatform) .in(file("modules/core"))