Skip to content

Commit

Permalink
Merge pull request #2131 from softwaremill/update/armeria-1.28.0
Browse files Browse the repository at this point in the history
Update armeria to 1.28.0
  • Loading branch information
mergify[bot] committed Apr 13, 2024
2 parents fc31b86 + 9fe1eba commit 43105c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ lazy val armeriaBackend = (projectMatrix in file("armeria-backend"))
.settings(testServerSettings)
.settings(
name := "armeria-backend",
libraryDependencies += "com.linecorp.armeria" % "armeria" % "1.27.3"
libraryDependencies += "com.linecorp.armeria" % "armeria" % "1.28.0"
)
.jvmPlatform(scalaVersions = scala2 ++ scala3)
.dependsOn(core % compileAndTest)
Expand Down

0 comments on commit 43105c8

Please sign in to comment.