Skip to content

Commit

Permalink
Update zio-http to 3.0.0-RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent f89c339 commit 8f27a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val logbackClassicVersion = "1.4.7"
val postgresqlVersion = "42.6.0"
val testContainersVersion = "0.40.15"
val zioMockVersion = "1.0.0-RC11"
val zioHttpVersion = "3.0.0-RC1"
val zioHttpVersion = "3.0.0-RC8"
val quillVersion = "4.6.0"

// This build is for this Giter8 template.
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val logbackClassicVersion = "1.4.7"
val postgresqlVersion = "42.6.0"
val testContainersVersion = "0.40.15"
val zioMockVersion = "1.0.0-RC11"
val zioHttpVersion = "3.0.0-RC1"
val zioHttpVersion = "3.0.0-RC8"
val quillVersion = "4.6.0.1"

lazy val root = (project in file("."))
Expand Down

0 comments on commit 8f27a50

Please sign in to comment.