Skip to content

Commit

Permalink
Updated dependency on srdf and bumped to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Apr 21, 2024
1 parent 6d1464b commit 9dacf06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ lazy val supportedScalaVersions = List(

val Java11 = JavaSpec.temurin("11") // "[email protected]"

lazy val srdfVersion = "0.1.122"
lazy val shaclexVersion = "0.2.3"
lazy val srdfVersion = "0.1.125"
lazy val shaclexVersion = "0.2.4"
lazy val shaclsVersion = "0.1.83"
lazy val shexsVersion = "0.2.32"
lazy val shexsVersion = "0.2.33"

// Dependency versions
lazy val munitVersion = "0.7.29"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.1.0"
ThisBuild / version := "0.1.1"

0 comments on commit 9dacf06

Please sign in to comment.