Skip to content

Commit

Permalink
Merge pull request #1 from guardrail-dev/milestone-modules
Browse files Browse the repository at this point in the history
Bumping to 1.0.0-M1
  • Loading branch information
blast-hardcheese authored Dec 26, 2023
2 parents d518d05 + 621bdc7 commit 80ad895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import dev.guardrail.sbt.modules.scalaPekkoHttp
lazy val pekkoHttp = (
scalaPekkoHttp
.project
.customDependsOn_("guardrail-core", "0.75.3-SNAPSHOT")
.customDependsOn_("guardrail-scala-support", "0.75.3-SNAPSHOT")
.customDependsOn_("guardrail-core", "1.0.0-M1")
.customDependsOn_("guardrail-scala-support", "1.0.0-M1")
.settings(
resolvers ++= Seq(
sbt.librarymanagement.Resolver.mavenLocal,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,8 @@ class PekkoHttpClientGenerator private (modelGeneratorType: ModelGeneratorType)
} yield StaticDefns[ScalaLanguage](
className = clientName,
extraImports = List.empty,
definitions = decls
definitions = decls,
statements = Nil
)
}
private def buildClient(
Expand Down

0 comments on commit 80ad895

Please sign in to comment.