Skip to content

Commit

Permalink
chore: Patch dependency updates (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored Aug 19, 2024
1 parent d00ac92 commit b40c44d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ object Dependencies {
val PekkoActorVersion = "1.0.3"
val PekkoHttpVersion = "1.0.1"
val JenaVersion = "5.1.0"
val Rdf4jVersion = "5.0.1"
val Rdf4jVersion = "5.0.2"

val ZioConfigVersion = "4.0.2"
val ZioLoggingVersion = "2.3.0"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC27"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.1.6"
val ZioVersion = "2.1.7"

// ZIO
val zio = "dev.zio" %% "zio" % ZioVersion
Expand All @@ -42,7 +42,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.7"
val zioSttp = "com.softwaremill.sttp.client3" %% "zio" % "3.9.8"

// refined
val refined = Seq(
Expand All @@ -67,7 +67,7 @@ object Dependencies {

// logging
val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.13" // the logging interface
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.16" // the logging interface

// Metrics
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.22.1"
Expand Down

0 comments on commit b40c44d

Please sign in to comment.