Skip to content

Commit

Permalink
update armeria version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasamoroso committed Sep 29, 2021
1 parent d3940da commit f4b3ca3
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 @@ -566,15 +566,15 @@ lazy val `kamon-armeria` = (project in file("instrumentation/kamon-armeria"))
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, n)) if n >= 12 =>
Seq(
"com.linecorp.armeria" % "armeria-grpc" % "1.1.0" % "test",
"com.linecorp.armeria" % "armeria-grpc" % "1.11.0" % "test",
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion % "test"
)
case _ => Nil // ignore this dependencies on scala 2.11 test because test will be ignored and this dependency scalapb-runtime-grpc is no available anymore
}
}
Seq(
kanelaAgent % "provided",
"com.linecorp.armeria" % "armeria" % "1.2.0" % "provided",
"com.linecorp.armeria" % "armeria" % "1.11.0" % "provided",

scalatest % "test",
logbackClassic % "test"
Expand Down

0 comments on commit f4b3ca3

Please sign in to comment.