Skip to content

Commit

Permalink
Updated dependencies and bumped version to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Apr 21, 2024
1 parent e0bc1c8 commit 93cc878
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
17 changes: 9 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "adopt@1.11"
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)

/* ------------------------------------------------------------------------- */
Expand Down Expand Up @@ -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 =
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
16 changes: 8 additions & 8 deletions project/plugins.sbt
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")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.2.12"
ThisBuild / version := "0.2.13"

0 comments on commit 93cc878

Please sign in to comment.