Skip to content

Commit

Permalink
Update zio-http to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2024
1 parent f878ec9 commit 3fe3e2c
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 @@ -11,7 +11,7 @@ val akkaHttpVersion = "10.2.10"
val akkaVersion = "2.6.20"
val zioAkkaHttpInterop = "0.6.0"
val akkaHttpZioJson = "1.40.0-RC3"
val zioHttpVersion = "3.0.0-RC1"
val zioHttpVersion = "3.0.0"
val slickVersion = "3.4.1"
val zioSlickInterop = "0.6.0"
val quillVersion = "4.6.1"
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 @@ -13,7 +13,7 @@ val zioAkkaHttpInterop = "0.6.0"
val akkaHttpZioJson = "1.40.0-RC3"
$endif$
$if(enable_zio_http.truthy)$
val zioHttpVersion = "3.0.0-RC1"
val zioHttpVersion = "3.0.0"
$endif$
$if(enable_slick.truthy)$
val slickVersion = "3.4.1"
Expand Down

0 comments on commit 3fe3e2c

Please sign in to comment.