Skip to content

Commit

Permalink
Updated dependency on umlShaclex
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Jul 10, 2024
1 parent 93cc878 commit 3b5a407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@ lazy val server = project
)

// "sbt-github-actions" plugin settings
lazy val scala212 = "2.12.17"
lazy val scala213 = "2.13.10"
lazy val scala212 = "2.12.17"
lazy val scala213 = "2.13.10"

lazy val Java11 = JavaSpec.temurin("11")
lazy val Java11 = JavaSpec.temurin("11")

ThisBuild / githubWorkflowJavaVersions := Seq(Java11)
ThisBuild / githubWorkflowScalaVersions := Seq(scala213)
Expand Down Expand Up @@ -307,7 +307,7 @@ lazy val scalajVersion = "2.4.2"
// WESO dependencies
lazy val shaclexVersion = "0.2.4"
lazy val shexsVersion = "0.2.33"
lazy val umlShaclexVersion = "0.1.1"
lazy val umlShaclexVersion = "0.1.3"
lazy val wesoUtilsVersion = "0.2.25"
// Dependency modules
lazy val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion
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.8.0
sbt.version=1.10.1

0 comments on commit 3b5a407

Please sign in to comment.