Skip to content

Commit

Permalink
Bumping to 1.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Dec 26, 2023
1 parent d518d05 commit 0034717
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 0034717

Please sign in to comment.