Skip to content

Commit

Permalink
Fix package names to depend on riddl correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-spencer committed Mar 9, 2024
1 parent b1294b4 commit ab3806a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
scalaVersion := "3.3.1"
lazy val riddl_version = "0.39.0"
libraryDependencies ++= Seq(
"com.reactific" %% "riddl-testkit" % riddl_version % "test",
"com.reactific" %% "riddl-hugo" % riddl_version % "test",
"com.ossuminc" %% "riddl-testkit" % riddl_version % "test",
"com.ossuminc" %% "riddl-hugo" % riddl_version % "test",
"org.scalactic" %% "scalactic" % "3.2.9" % "test",
"org.scalatest" %% "scalatest" % "3.2.9" % "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/reactific/riddl/riddlc/target/universal/stage/bin/riddlc"
"/Users/reid/Code/Ossum/riddl/riddlc/target/universal/stage/bin/riddlc"
)
2 changes: 1 addition & 1 deletion src/main/riddl/ImprovingApp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ command = hugo
common = {
show-times = true
show-include-times = true
verbose = false
verbose = true
quiet = false
dry-run = false
show-warnings = true
Expand Down

0 comments on commit ab3806a

Please sign in to comment.