Skip to content

Commit

Permalink
Merge branch 'master' into update/zio-json-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd authored Jun 24, 2024
2 parents de20918 + 91dae21 commit 765a8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.0"
version = "3.8.2"
maxColumn = 120
align.preset = most
continuationIndent.defnSite = 2
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ object Dependencies {
val CatsEffect = "3.5.4"
val EmbeddedRedis = "0.6"
val Redis4Cats = "1.6.0"
val Sttp = "3.9.6"
val Sttp = "3.9.7"
val TlsChannel = "0.9.0"
val ZHttp = "2.0.0-RC11"
val ZioConfig = "4.0.2"
val ZioJson = "0.7.0"
val ZioSchema = "1.1.1"
val ZioSchema = "1.2.1"
val ZioTestContainers = "0.4.1"
}

Expand Down

0 comments on commit 765a8f3

Please sign in to comment.