Skip to content

Commit

Permalink
Modernize the build
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-spencer committed Mar 7, 2024
1 parent 7b84c80 commit 337b39c
Showing 1 changed file with 2 additions and 2 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.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",
Expand All @@ -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
Expand Down

0 comments on commit 337b39c

Please sign in to comment.