Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Global / cancelable := true
Global / apiURL := Some(url("https://github.com/weso/rdfshape-api"))
Global / scalaVersion := scala213

lazy val scala212 = "2.12.13"
lazy val scala213 = "2.13.6"
lazy val scala212 = "2.12.15"
lazy val scala213 = "2.13.8"
lazy val supportedScalaVersions = List(scala213)

// Lint-excluded keys
Expand All @@ -24,7 +24,7 @@ Global / excludeLintKeys ++= Set(

// "sbt-github-actions" plugin settings
val JavaCIVersion = "adopt@1.11"
val ScalaCIVersion = "2.13.6"
val ScalaCIVersion = "2.13.8"
ThisBuild / githubWorkflowJavaVersions := Seq(JavaCIVersion)
ThisBuild / githubWorkflowScalaVersions := Seq(ScalaCIVersion)

Expand Down Expand Up @@ -309,7 +309,7 @@ lazy val MUnitFramework = new TestFramework("munit.Framework")
/* ------------------------------------------------------------------------- */

/* DEPENDENCY versions */
lazy val http4sVersion = "1.0.0-M21"
lazy val http4sVersion = "1.0.0-M30"
lazy val catsVersion = "2.5.0"
lazy val mongodbVersion = "4.1.1"
lazy val any23Version = "2.2"
Expand All @@ -324,9 +324,9 @@ lazy val plantumlVersion = "1.2021.5"
lazy val scalajVersion = "2.4.2"
lazy val scalatagsVersion = "0.7.0"
// WESO dependencies
lazy val shaclexVersion = "0.1.91"
lazy val umlShaclexVersion = "0.0.82"
lazy val wesoUtilsVersion = "0.1.98"
lazy val shaclexVersion = "0.2.0"
lazy val umlShaclexVersion = "0.0.83-SNAPSHOT"
lazy val wesoUtilsVersion = "0.2.4"

// 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.5.0
sbt.version=1.6.2