Merge pull request #9725 from scala-steward/update/reactivemongo-kamon-1.0.7

Update reactivemongo-kamon to 1.0.7
ublog-markdown-preview
Thibault Duplessis 2021-09-05 08:24:03 +02:00 committed by GitHub
commit 2e2a82481c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ object Dependencies {
val driver = "org.reactivemongo" %% "reactivemongo" % version
val stream = "org.reactivemongo" %% "reactivemongo-akkastream" % version
val epoll = "org.reactivemongo" % "reactivemongo-shaded-native" % s"$version-linux-x86-64"
val kamon = "org.reactivemongo" %% "reactivemongo-kamon" % "1.0.5"
val kamon = "org.reactivemongo" %% "reactivemongo-kamon" % "1.0.7"
def bundle = Seq(driver, stream)
}