Skip to content
Merged
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down