diff --git a/build.sbt b/build.sbt index 5e9be42..72c4247 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" lazy val jenaV = "5.3.0" -lazy val jellyV = "3.1.0" +lazy val jellyV = "3.1.1" lazy val graalvmV = "24.2.1" addCommandAlias("fixAll", "scalafixAll; scalafmtAll") diff --git a/src/test/scala/eu/neverblink/jelly/cli/command/rdf/RdfToJellySpec.scala b/src/test/scala/eu/neverblink/jelly/cli/command/rdf/RdfToJellySpec.scala index f6e3a6b..86f636a 100644 --- a/src/test/scala/eu/neverblink/jelly/cli/command/rdf/RdfToJellySpec.scala +++ b/src/test/scala/eu/neverblink/jelly/cli/command/rdf/RdfToJellySpec.scala @@ -403,7 +403,7 @@ class RdfToJellySpec extends AnyWordSpec with TestFixtureHelper with Matchers: opts.getMaxDatatypeTableSize should be( JellyOptions.BIG_STRICT.getMaxDatatypeTableSize, ) - opts.getLogicalType should be(LogicalStreamType.FLAT_TRIPLES) + opts.getLogicalType should be(LogicalStreamType.GRAPHS) opts.getVersion should be(1) RdfToJelly.getErrString should include( "WARNING: Logical type setting ignored because physical type is not set.",