From d83f93a568fb820518f0eafefd3b4c69d177410d Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Mon, 18 Mar 2024 21:46:01 -0400 Subject: [PATCH] dogfood --- build.sbt | 10 +++++----- project/build.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 39b7262..dae54a8 100644 --- a/build.sbt +++ b/build.sbt @@ -23,11 +23,11 @@ inThisBuild( val commonConfigurationVersion = "2.9.0" val coursierVersion = "2.1.0" val scalaMetaVersion = "4.7.6" -val zioCliVersion = "0.4.0" -val zioJsonVersion = "0.5.0" -val zioNioVersion = "2.0.1" -val zioTuiVersion = "0.2.0" -val zioVersion = "2.0.10" +val zioCliVersion = "0.5.0" +val zioJsonVersion = "0.6.2" +val zioNioVersion = "2.0.2" +val zioTuiVersion = "0.2.2" +val zioVersion = "2.0.21" lazy val root = (project in file(".")) .settings( diff --git a/project/build.properties b/project/build.properties index e2142ad..f2f1347 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.2 \ No newline at end of file +sbt.version = 1.9.9 \ No newline at end of file