Skip to content

Commit

Permalink
Merge pull request #186 from guardrail-dev/blast-hardcheese-patch-1
Browse files Browse the repository at this point in the history
Bumping modules
  • Loading branch information
blast-hardcheese authored Jul 16, 2022
2 parents 168803b + 3b94ab2 commit 639c316
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions modules/core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3")

// Dependencies
libraryDependencies ++= Seq(
"dev.guardrail" %% "guardrail-core" % "0.74.0",
"dev.guardrail" %% "guardrail-java-support" % "0.72.0",
"dev.guardrail" %% "guardrail-scala-support" % "0.74.0",
"dev.guardrail" %% "guardrail-core" % "0.75.0",
"dev.guardrail" %% "guardrail-java-support" % "0.73.0",
"dev.guardrail" %% "guardrail-scala-support" % "0.75.1",

// Pending removal, before we hit 1.0.0, as per https://github.com/guardrail-dev/guardrail/issues/1195
"dev.guardrail" %% "guardrail-java-async-http" % "0.71.0",
"dev.guardrail" %% "guardrail-java-dropwizard" % "0.71.0",
"dev.guardrail" %% "guardrail-java-spring-mvc" % "0.71.0",
"dev.guardrail" %% "guardrail-scala-akka-http" % "0.74.0",
"dev.guardrail" %% "guardrail-scala-dropwizard" % "0.71.0",
"dev.guardrail" %% "guardrail-scala-http4s" % "0.74.0"
"dev.guardrail" %% "guardrail-java-async-http" % "0.72.0",
"dev.guardrail" %% "guardrail-java-dropwizard" % "0.72.0",
"dev.guardrail" %% "guardrail-java-spring-mvc" % "0.71.1",
"dev.guardrail" %% "guardrail-scala-akka-http" % "0.75.0",
"dev.guardrail" %% "guardrail-scala-dropwizard" % "0.72.0",
"dev.guardrail" %% "guardrail-scala-http4s" % "0.75.0"
)

buildInfoKeys := Seq[BuildInfoKey](organization, version)
Expand Down

0 comments on commit 639c316

Please sign in to comment.