Skip to content

Commit

Permalink
Update armeria to 1.29.4 (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jul 31, 2024
1 parent 74a8bd9 commit b0fbb0a
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 @@ -734,7 +734,7 @@ lazy val armeriaBackend = (projectMatrix in file("armeria-backend"))
.settings(testServerSettings)
.settings(
name := "armeria-backend",
libraryDependencies += "com.linecorp.armeria" % "armeria" % "1.29.3"
libraryDependencies += "com.linecorp.armeria" % "armeria" % "1.29.4"
)
.jvmPlatform(scalaVersions = scala2 ++ scala3)
.dependsOn(core % compileAndTest)
Expand Down

0 comments on commit b0fbb0a

Please sign in to comment.