We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde9719 commit 9c2f59eCopy full SHA for 9c2f59e
1 file changed
build.sbt
@@ -20,7 +20,7 @@ lazy val root = Root(
20
With.Scala3.configure(version = Some("3.7.4"))
21
).settings(
22
resolvers += "GitHub Package Registry" at "https://maven.pkg.github.com/ossuminc/riddl",
23
- libraryDependencies += "com.ossuminc" %% "riddl-language" % "1.12.3",
+ libraryDependencies += "com.ossuminc" %% "riddl-language" % "1.13.1",
24
25
// Extract RIDDL grammar by compiling and running ExtractGrammar
26
extractGrammar := {
0 commit comments