From 80de49a89a4b9fe9aeb50d7f55fb8affa464d7aa Mon Sep 17 00:00:00 2001 From: reidspencer Date: Fri, 22 Mar 2024 15:03:40 -0400 Subject: [PATCH] Update to 0.40.0 and fix Reid's riddlc path --- build.sbt | 4 ++-- project/build.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 3f736043..86a1bbf4 100644 --- a/build.sbt +++ b/build.sbt @@ -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", @@ -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" ) diff --git a/project/build.properties b/project/build.properties index 30409871..04267b14 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.9