Skip to content

Commit

Permalink
Update versions to meet the minimum for new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-spencer committed Sep 16, 2023
1 parent c5f6e09 commit 1b01132
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.23.+"
lazy val riddl_version = "0.24.+"
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 := s"0.20.5"
riddlcMinVersion := s"0.24.0"
riddlcPath := file(
"/Users/reid/Code/reactific/riddl/riddlc/target/universal/stage/bin/riddlc"
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.reactific" %% "sbt-riddl" % "0.23.+")
addSbtPlugin("com.reactific" %% "sbt-riddl" % "0.24.+")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
Expand Down

0 comments on commit 1b01132

Please sign in to comment.