Skip to content

Commit

Permalink
Update to 0.40.0 and fix Reid's riddlc path
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-spencer committed Mar 22, 2024
1 parent ccf2fdb commit 80de49a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Global / onChangedBuildSource := ReloadOnSourceChanges
scalaVersion := "3.3.1"
lazy val riddl_version = "0.39.0"
lazy val riddl_version = "0.40.0"
libraryDependencies ++= Seq(
"com.ossuminc" %% "riddl-testkit" % riddl_version % "test",
"com.ossuminc" %% "riddl-hugo" % riddl_version % "test",
Expand All @@ -15,5 +15,5 @@ riddlcPath := file(
// NOTE: Set this to your local path which will always have this portion
// NOTE: of the path as a constant: riddl/riddlc/target/universal/stage/bin/riddlc
// NOTE: You must "sbt stage" in the riddl/riddlc directory for this to work
"/Users/reid/Code/Ossum/riddl/riddlc/target/universal/stage/bin/riddlc"
"/Users/reid/Code/ossuminc/riddl/riddlc/target/universal/stage/bin/riddlc"
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.9

0 comments on commit 80de49a

Please sign in to comment.