-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dependency on srdf and bumped to 0.1.1
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ThisBuild / version := "0.1.0" | ||
ThisBuild / version := "0.1.1" |