Skip to content

Commit 80ad895

Browse files
Merge pull request #1 from guardrail-dev/milestone-modules
Bumping to 1.0.0-M1
2 parents d518d05 + 621bdc7 commit 80ad895

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import dev.guardrail.sbt.modules.scalaPekkoHttp
77
lazy val pekkoHttp = (
88
scalaPekkoHttp
99
.project
10-
.customDependsOn_("guardrail-core", "0.75.3-SNAPSHOT")
11-
.customDependsOn_("guardrail-scala-support", "0.75.3-SNAPSHOT")
10+
.customDependsOn_("guardrail-core", "1.0.0-M1")
11+
.customDependsOn_("guardrail-scala-support", "1.0.0-M1")
1212
.settings(
1313
resolvers ++= Seq(
1414
sbt.librarymanagement.Resolver.mavenLocal,

modules/scala-pekko-http/src/main/scala/dev/guardrail/generators/scala/pekkoHttp/PekkoHttpClientGenerator.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,8 @@ class PekkoHttpClientGenerator private (modelGeneratorType: ModelGeneratorType)
578578
} yield StaticDefns[ScalaLanguage](
579579
className = clientName,
580580
extraImports = List.empty,
581-
definitions = decls
581+
definitions = decls,
582+
statements = Nil
582583
)
583584
}
584585
private def buildClient(

0 commit comments

Comments
 (0)