-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 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 |
---|---|---|
@@ -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"]} |
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,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") // "[email protected]" | ||
|
||
// 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" | ||
|
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 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.8.0 |
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
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.2.2" | ||
ThisBuild / version := "0.2.3" |