Skip to content

Commit 9f66449

Browse files
committed
Update Jelly-JVM to 3.1.0
This will resolve the issue observed in #126 owing to the fix here: Jelly-RDF/jelly-jvm#404
1 parent 7889af0 commit 9f66449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolvers +=
66
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
77

88
lazy val jenaV = "5.3.0"
9-
lazy val jellyV = "3.0.0"
9+
lazy val jellyV = "3.1.0"
1010

1111
addCommandAlias("fixAll", "scalafixAll; scalafmtAll")
1212

0 commit comments

Comments
 (0)