Skip to content

Commit

Permalink
chore: Patch dependency updates (#3389)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Kleinbölting <[email protected]>
  • Loading branch information
daschbot and seakayone authored Nov 7, 2024
1 parent 34be717 commit 97f85b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {

val ScalaVersion = "3.3.4"

val PekkoActorVersion = "1.1.1"
val PekkoActorVersion = "1.1.2"
val PekkoHttpVersion = "1.1.0"

// rdf and graph libraries
Expand All @@ -32,7 +32,7 @@ object Dependencies {
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC31"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.1.9"
val ZioVersion = "2.1.11"

// ZIO
val zio = "dev.zio" %% "zio" % ZioVersion
Expand Down Expand Up @@ -119,7 +119,7 @@ object Dependencies {
// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.17.0"

val tapirVersion = "1.11.5"
val tapirVersion = "1.11.7"

val tapir = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion,
Expand Down

0 comments on commit 97f85b2

Please sign in to comment.