Skip to content

Commit

Permalink
Updated dependencies to shex 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Apr 21, 2024
1 parent 821b7eb commit bb89c71
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bsp/sbt.json
Original file line number Diff line number Diff line change
@@ -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"]}
{"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"]}
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.8.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.2.2"
ThisBuild / version := "0.2.3"

0 comments on commit bb89c71

Please sign in to comment.