Skip to content

Commit

Permalink
chore: Patch dependency updates (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Feb 2, 2024
1 parent dafaffb commit b46f8f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project/Dependencies.scala
Expand Up @@ -21,8 +21,8 @@ object Dependencies {
val PekkoHttpVersion = "1.0.0"
val JenaVersion = "4.10.0"

val ZioConfigVersion = "4.0.0"
val ZioLoggingVersion = "2.1.16"
val ZioConfigVersion = "4.0.1"
val ZioLoggingVersion = "2.1.17"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC21"
Expand All @@ -40,7 +40,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.1"
val zioSttp = "com.softwaremill.sttp.client3" %% "zio" % "3.9.2"

// refined
val refined = Seq(
Expand Down Expand Up @@ -95,8 +95,8 @@ object Dependencies {
val icu4j = "com.ibm.icu" % "icu4j" % "74.2"
val jakartaJSON = "org.glassfish" % "jakarta.json" % "2.0.1"
val jodd = "org.jodd" % "jodd" % "3.2.7"
val rdf4jClient = "org.eclipse.rdf4j" % "rdf4j-client" % "4.3.8"
val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "4.3.8"
val rdf4jClient = "org.eclipse.rdf4j" % "rdf4j-client" % "4.3.9"
val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "4.3.9"
val saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.4"
val scalaGraph = "org.scala-graph" %% "graph-core" % "1.13.6" // Scala 3 incompatible
val scallop = "org.rogach" %% "scallop" % "5.0.1" // Scala 3 compatible
Expand All @@ -114,21 +114,21 @@ object Dependencies {
// A needed class was not found. This could be due to an error in your runpath.Missing class: scoverage / Invoker$
// java.lang.NoClassDefFoundError: scoverage / Invoker$
val scoverage = "org.scoverage" %% "scalac-scoverage-runtime" % "2.0.11"
val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.3"
val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.4"
val wiremock = "org.wiremock" % "wiremock" % "3.3.1"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.14.0"

val tapirVersion = "1.9.6"
val tapirVersion = "1.9.8"

val tapir = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-json-zio" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-json-spray" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-refined" % "1.9.6"
"com.softwaremill.sttp.tapir" %% "tapir-refined" % "1.9.8"
)
val metrics = Seq(
"dev.zio" %% "zio-metrics-connectors" % ZioMetricsConnectorsVersion,
Expand Down

0 comments on commit b46f8f7

Please sign in to comment.