We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c67fc commit f14ea5cCopy full SHA for f14ea5c
build.sbt
@@ -669,7 +669,7 @@ lazy val armeriaBackend = (projectMatrix in file("armeria-backend"))
669
.settings(testServerSettings)
670
.settings(
671
name := "armeria-backend",
672
- libraryDependencies += "com.linecorp.armeria" % "armeria" % "1.33.3"
+ libraryDependencies += "com.linecorp.armeria" % "armeria" % "1.33.4"
673
)
674
.jvmPlatform(scalaVersions = scala2And3)
675
.dependsOn(core % compileAndTest)
0 commit comments