Skip to content

Commit

Permalink
kamon-armeria can be built from scala 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasamoroso committed Feb 17, 2022
1 parent 61f8036 commit e600da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,8 @@ lazy val `kamon-bundle-dependencies-all` = (project in file("bundle/kamon-bundle
`kamon-redis`,
`kamon-okhttp`,
`kamon-caffeine`,
`kamon-lagom`
`kamon-lagom`,
`kamon-armeria`
)

/**
Expand All @@ -897,8 +898,7 @@ lazy val `kamon-bundle-dependencies-2-12-and-up` = (project in file("bundle/kamo
.dependsOn(
`kamon-bundle-dependencies-all`,
`kamon-finagle`,
`kamon-tapir`,
`kamon-armeria`
`kamon-tapir`
)

lazy val `kamon-bundle` = (project in file("bundle/kamon-bundle"))
Expand Down

0 comments on commit e600da8

Please sign in to comment.