We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512aabd commit 31bac6aCopy full SHA for 31bac6a
1 file changed
build.sbt
@@ -1,16 +1,16 @@
1
ThisBuild / version := "0.1.0-SNAPSHOT"
2
-ThisBuild / scalaVersion := "3.6.3"
+ThisBuild / scalaVersion := "3.7.1"
3
4
resolvers +=
5
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
6
7
-lazy val circeV = "0.14.13"
8
-lazy val jellyV = "3.1.2"
+lazy val circeV = "0.14.14"
+lazy val jellyV = "3.4.0"
9
lazy val jenaV = "5.3.0"
10
-lazy val pekkoV = "1.1.3"
+lazy val pekkoV = "1.1.5"
11
lazy val pekkoHttpV = "1.2.0"
12
lazy val pekkoConnV = "1.1.0"
13
-lazy val rdf4jV = "5.1.3"
+lazy val rdf4jV = "5.1.4"
14
lazy val icu4jV = "77.1"
15
16
lazy val root = (project in file("."))
0 commit comments