Skip to content

Commit

Permalink
chore: Minor dependency updates (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored May 2, 2024
1 parent 1ba3473 commit 03db054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object Dependencies {
val saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.4"
val scalaGraph = "org.scala-graph" %% "graph-core" % "2.0.1" // Should be Scala 3 compatible
val titaniumJSONLD = "com.apicatalog" % "titanium-json-ld" % "1.4.0"
val xmlunitCore = "org.xmlunit" % "xmlunit-core" % "2.9.1"
val xmlunitCore = "org.xmlunit" % "xmlunit-core" % "2.10.0"

// test
val pekkoHttpTestkit = "org.apache.pekko" %% "pekko-http-testkit" % PekkoHttpVersion // Scala 3 incompatible
Expand Down

0 comments on commit 03db054

Please sign in to comment.