Skip to content

Commit 2c04e5c

Browse files
reid-spencerclaude
andcommitted
Use sbt-ossuminc With.Riddl.library() helper instead of raw dependency
Replaces manual libraryDependencies for riddl-language with the standardized With.Riddl.library() helper from sbt-ossuminc, which pulls in riddl-lib (the consolidated artifact). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c2f59e commit 2c04e5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ lazy val root = Root(
1717
startYr = 2025,
1818
devs = developers
1919
).configure(
20-
With.Scala3.configure(version = Some("3.7.4"))
20+
With.Scala3.configure(version = Some("3.7.4")),
21+
With.Riddl.library(version = "1.13.1", nonJVMDependency = false)
2122
).settings(
2223
resolvers += "GitHub Package Registry" at "https://maven.pkg.github.com/ossuminc/riddl",
23-
libraryDependencies += "com.ossuminc" %% "riddl-language" % "1.13.1",
2424

2525
// Extract RIDDL grammar by compiling and running ExtractGrammar
2626
extractGrammar := {

0 commit comments

Comments
 (0)