Skip to content

Commit

Permalink
Upgrade dependencies (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd committed Aug 23, 2024
1 parent 85b289b commit 9bec14e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package zio.redis

import sttp.capabilities.WebSockets
import sttp.capabilities.zio.ZioStreams
import sttp.client3.SttpBackend
import zio.Task

Expand All @@ -26,5 +24,5 @@ package object example {
type Login = Login.Type
type Owner = Owner.Type
type Name = Name.Type
type Sttp = SttpBackend[Task, ZioStreams with WebSockets]
type Sttp = SttpBackend[Task, Any]
}
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ object Dependencies {
private object Versions {
val CatsEffect = "3.5.4"
val EmbeddedRedis = "0.6"
val Redis4Cats = "1.6.0"
val Redis4Cats = "1.7.1"
val Sttp = "3.9.8"
val TlsChannel = "0.9.1"
val ZHttp = "2.0.0-RC11"
val ZioConfig = "4.0.2"
val ZioJson = "0.6.2"
val ZioSchema = "1.2.2"
val ZioJson = "0.7.2"
val ZioSchema = "1.4.1"
val ZioTestContainers = "0.5.0"
}

Expand Down

0 comments on commit 9bec14e

Please sign in to comment.