Skip to content

Commit

Permalink
dogfood
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlangton committed Mar 19, 2024
1 parent f70f0f6 commit d83f93a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.8.2
sbt.version = 1.9.9

0 comments on commit d83f93a

Please sign in to comment.