From 337b39ce661c6218eaf7611425943d65461428a1 Mon Sep 17 00:00:00 2001 From: reidspencer Date: Thu, 7 Mar 2024 12:39:32 -0500 Subject: [PATCH] Modernize the build --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d620dde7..291965c8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ Global / onChangedBuildSource := ReloadOnSourceChanges scalaVersion := "3.3.1" -lazy val riddl_version = "0.24.5" +lazy val riddl_version = "0.38.0" libraryDependencies ++= Seq( "com.reactific" %% "riddl-testkit" % riddl_version % "test", "com.reactific" %% "riddl-hugo" % riddl_version % "test", @@ -10,7 +10,7 @@ libraryDependencies ++= Seq( enablePlugins(RiddlSbtPlugin) riddlcOptions := Seq("--show-times", "from", "src/main/riddl/ImprovingApp.conf", "hugo") -riddlcMinVersion := "0.24.6" +riddlcMinVersion := "0.38.0" 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