Skip to content

Commit

Permalink
Fixed formatting and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
develeon committed Sep 29, 2024
1 parent 06e65de commit d4abf0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can run these tests using following sbt commandos:

```sbt
project codegenSbt
++2.12.20
++2.12
update
scripted compiletime-codegen/test-compile
```
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := allScala
// ### Dependencies ###

lazy val calibanLib = Seq(
"com.github.ghostdogpr" %% "caliban" % Version.pluginVersion,
"com.github.ghostdogpr" %% "caliban" % Version.pluginVersion,
"com.github.ghostdogpr" %% "caliban-tools" % Version.pluginVersion % "compile->compile;test->test"
)

Expand All @@ -37,7 +37,7 @@ lazy val sttp = Seq(
)

lazy val zioTest = Seq(
"dev.zio" %% "zio-test" % "2.1.9" % Test,
"dev.zio" %% "zio-test" % "2.1.9" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.9" % Test
)
// ### App Modules ###
Expand Down Expand Up @@ -107,7 +107,6 @@ lazy val posts =
)
.settings(libraryDependencies ++= calibanLib ++ zioTest)


lazy val potatoes =
project
.in(file("modules/potatoes"))
Expand Down

0 comments on commit d4abf0a

Please sign in to comment.