Skip to content

Commit

Permalink
update kamon dependencies verison (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio Veltri authored Feb 10, 2020
1 parent e4cc73e commit 57fbfb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ object Dependencies {

object kamon {
lazy val namespace= "io.kamon"
lazy val kamonVersion = "2.0.3"
lazy val kamonPrometheusVersion = "2.0.0"
lazy val kamonVersion = "2.0.4"
lazy val kamonPrometheusVersion = "2.0.1"
lazy val sigarVersion = "1.6.6-rev002"
lazy val bundle = namespace %% "kamon-bundle" % kamonVersion
lazy val prometheus = namespace %% "kamon-prometheus" % kamonPrometheusVersion
Expand Down

0 comments on commit 57fbfb8

Please sign in to comment.