From bb89c71cbe555319403ce179589e6a391a836286 Mon Sep 17 00:00:00 2001 From: Jose Emilio Labra Gayo Date: Sun, 21 Apr 2024 08:42:26 +0200 Subject: [PATCH] Updated dependencies to shex 2.32 --- .bsp/sbt.json | 2 +- build.sbt | 18 +++++++++--------- project/build.properties | 2 +- project/plugins.sbt | 2 +- version.sbt | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.bsp/sbt.json b/.bsp/sbt.json index 088628c4..dcffaa05 100644 --- a/.bsp/sbt.json +++ b/.bsp/sbt.json @@ -1 +1 @@ -{"name":"sbt","version":"1.6.2","bspVersion":"2.0.0-M5","languages":["scala"],"argv":["/usr/lib/jvm/java-11-openjdk-amd64/bin/java","-Xms100m","-Xmx100m","-classpath","/home/labra/.cache/sbt/boot/sbt-launch/1.6.2/sbt-launch-1.6.2.jar","-Dsbt.script=/usr/bin/sbt","xsbt.boot.Boot","-bsp"]} \ No newline at end of file +{"name":"sbt","version":"1.8.0","bspVersion":"2.1.0-M1","languages":["scala"],"argv":["/usr/lib/jvm/java-17-openjdk-amd64/bin/java","-Xms100m","-Xmx100m","-classpath","/home/labra/.cache/sbt/boot/sbt-launch/1.9.8/sbt-launch-1.9.8.jar","-Dsbt.script=/usr/bin/sbt","xsbt.boot.Boot","-bsp"]} \ No newline at end of file diff --git a/build.sbt b/build.sbt index f7908c2b..c475ce74 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ -lazy val scala212 = "2.12.15" -lazy val scala213 = "2.13.8" -lazy val scala3 = "3.1.1" +lazy val scala212 = "2.12.17" +lazy val scala213 = "2.13.10" +lazy val scala3 = "3.2.1" lazy val supportedScalaVersions = List( scala3, @@ -11,14 +11,14 @@ lazy val supportedScalaVersions = List( val Java11 = JavaSpec.temurin("11") // "adopt@1.11" // Local dependencies -lazy val srdfVersion = "0.1.107" -lazy val utilsVersion = "0.2.4" -lazy val shexVersion = "0.2.2" -lazy val shaclVersion = "0.1.78" +lazy val srdfVersion = "0.1.122" +lazy val utilsVersion = "0.2.25" +lazy val shexVersion = "0.2.32" +lazy val shaclVersion = "0.1.83" // Dependency versions -lazy val catsVersion = "2.7.0" -lazy val circeVersion = "0.14.1" +lazy val catsVersion = "2.9.0" +lazy val circeVersion = "0.14.2" lazy val jenaVersion = "4.4.0" lazy val jgraphtVersion = "1.3.1" lazy val jlineVersion = "3.21.0" diff --git a/project/build.properties b/project/build.properties index 09026b78..fae470c0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.8.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 85b44f9d..03985f20 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1") diff --git a/version.sbt b/version.sbt index 58202d4e..f20b0ec9 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.2.2" \ No newline at end of file +ThisBuild / version := "0.2.3" \ No newline at end of file