From a90e852a0a8b83fce637cea1b69f39418a23c5b7 Mon Sep 17 00:00:00 2001 From: reibitto Date: Mon, 31 Jan 2022 09:20:19 +0900 Subject: [PATCH] Upgrade to ZIO 2.0.0-RC2 (#223) --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5b94fa21..80f5c5a6 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ usefulTasks := Seq( UsefulTask("", "testOnly *.YourSpec -- -t \"YourLabel\"", "Only runs tests with matching term") ) -val zioVersion = "2.0.0-RC1" +val zioVersion = "2.0.0-RC2" libraryDependencies ++= Seq( "dev.zio" %% "zio" % zioVersion, diff --git a/project/build.properties b/project/build.properties index 8378cad5..dd4ff436 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.5.7 +sbt.version = 1.6.1