From aba0e847b400050c3b52e408fa778db24b44dcc9 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Fri, 15 Nov 2024 10:43:52 +0100 Subject: [PATCH] Update dependencies Including: Jena bump to 5.2.0, Jelly 2.3.0 (should be faster than 2.0.0) --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index a4781b7..152d088 100644 --- a/build.sbt +++ b/build.sbt @@ -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"