Skip to content

Commit

Permalink
chore: Dependency updates (#2956)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Procyk <[email protected]>
  • Loading branch information
daschbot and mpro7 authored Dec 5, 2023
1 parent 8c2afcd commit 1e14a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Dependencies {
// zio-test and friends
val zioTest = "dev.zio" %% "zio-test" % ZioVersion
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % ZioVersion
val zioMock = "dev.zio" %% "zio-mock" % "1.0.0-RC11"
val zioMock = "dev.zio" %% "zio-mock" % "1.0.0-RC12"

// pekko
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % PekkoActorVersion
Expand Down Expand Up @@ -98,7 +98,7 @@ object Dependencies {
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 saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.3"
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
val titaniumJSONLD = "com.apicatalog" % "titanium-json-ld" % "1.3.3"
Expand Down

0 comments on commit 1e14a88

Please sign in to comment.