Skip to content

Commit 3b19e1c

Browse files
committed
Updated dependency on srdf and bumped to 0.2.4
1 parent bb89c71 commit 3b19e1c

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ lazy val supportedScalaVersions = List(
1111
val Java11 = JavaSpec.temurin("11") // "adopt@1.11"
1212

1313
// Local dependencies
14-
lazy val srdfVersion = "0.1.122"
14+
lazy val srdfVersion = "0.1.125"
1515
lazy val utilsVersion = "0.2.25"
16-
lazy val shexVersion = "0.2.32"
16+
lazy val shexVersion = "0.2.33"
1717
lazy val shaclVersion = "0.1.83"
1818

1919
// Dependency versions

project/metals.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// format: off
12
// DO NOT EDIT! This file is auto-generated.
23

34
// This file enables sbt-bloop to create bloop config files.
45

5-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.12")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")
67

8+
// format: on

project/project/metals.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// format: off
12
// DO NOT EDIT! This file is auto-generated.
23

34
// This file enables sbt-bloop to create bloop config files.
45

5-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.12")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")
67

8+
// format: on

project/project/project/metals.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// format: off
12
// DO NOT EDIT! This file is auto-generated.
23

34
// This file enables sbt-bloop to create bloop config files.
45

5-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.12")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")
67

8+
// format: on

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.2.3"
1+
ThisBuild / version := "0.2.4"

0 commit comments

Comments
 (0)