Skip to content

Commit

Permalink
chore: Patch dependency updates (#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Mar 18, 2024
1 parent 24b691a commit 3a5194f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -20,7 +20,7 @@ object Dependencies {
val PekkoActorVersion = "1.0.2"
val PekkoHttpVersion = "1.0.1"
val JenaVersion = "4.10.0"
val Rdf4jVersion = "4.3.9"
val Rdf4jVersion = "4.3.10"

val ZioConfigVersion = "4.0.1"
val ZioLoggingVersion = "2.2.2"
Expand All @@ -41,7 +41,7 @@ object Dependencies {
val zioNio = "dev.zio" %% "zio-nio" % ZioNioVersion
val zioMacros = "dev.zio" %% "zio-macros" % ZioVersion
val zioPrelude = "dev.zio" %% "zio-prelude" % ZioPreludeVersion
val zioSttp = "com.softwaremill.sttp.client3" %% "zio" % "3.9.3"
val zioSttp = "com.softwaremill.sttp.client3" %% "zio" % "3.9.4"

// refined
val refined = Seq(
Expand Down

0 comments on commit 3a5194f

Please sign in to comment.