Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Including: Jena bump to 5.2.0, Jelly 2.3.0 (should be faster than 2.0.0)
  • Loading branch information
Ostrzyciel committed Nov 15, 2024
1 parent 76c01d2 commit aba0e84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ThisBuild / scalaVersion := "3.3.3"
resolvers +=
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"

lazy val circeV = "0.14.7"
lazy val jellyV = "2.0.0"
lazy val jenaV = "5.1.0"
lazy val circeV = "0.14.9"
lazy val jellyV = "2.3.0"
lazy val jenaV = "5.2.0"
lazy val pekkoV = "1.1.0"
lazy val pekkoHttpV = "1.0.1"
lazy val pekkoConnV = "1.0.2"
Expand Down

0 comments on commit aba0e84

Please sign in to comment.