-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dependencies and bumped version to 0.2.13
- Loading branch information
Showing
4 changed files
with
19 additions
and
18 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 |
---|---|---|
|
@@ -263,11 +263,12 @@ lazy val server = project | |
) | ||
|
||
// "sbt-github-actions" plugin settings | ||
lazy val scala212 = "2.12.15" | ||
lazy val scala213 = "2.13.8" | ||
lazy val java11adopt = "[email protected]" | ||
lazy val scala212 = "2.12.17" | ||
lazy val scala213 = "2.13.10" | ||
|
||
ThisBuild / githubWorkflowJavaVersions := Seq(java11adopt) | ||
lazy val Java11 = JavaSpec.temurin("11") | ||
|
||
ThisBuild / githubWorkflowJavaVersions := Seq(Java11) | ||
ThisBuild / githubWorkflowScalaVersions := Seq(scala213) | ||
|
||
/* ------------------------------------------------------------------------- */ | ||
|
@@ -304,10 +305,10 @@ lazy val munitEffectVersion = "1.0.7" | |
lazy val plantumlVersion = "1.2021.14" | ||
lazy val scalajVersion = "2.4.2" | ||
// WESO dependencies | ||
lazy val shaclexVersion = "0.2.2" | ||
lazy val shexsVersion = "0.2.2" | ||
lazy val umlShaclexVersion = "0.0.82" | ||
lazy val wesoUtilsVersion = "0.2.4" | ||
lazy val shaclexVersion = "0.2.4" | ||
lazy val shexsVersion = "0.2.33" | ||
lazy val umlShaclexVersion = "0.1.1" | ||
lazy val wesoUtilsVersion = "0.2.25" | ||
// Dependency modules | ||
lazy val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion | ||
lazy val http4sBlazeServer = | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.0") | ||
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") | ||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") | ||
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") | ||
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") | ||
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1") | ||
// addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") | ||
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1") | ||
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21") | ||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") | ||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.5") |
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.12" | ||
ThisBuild / version := "0.2.13" |