Skip to content

Commit

Permalink
Update kamon-core, kamon-influxdb, ... to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2023
1 parent 5207850 commit 9fdf211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val arch = if (sys.props.get("os.arch").exists(_.startsWith("aarch64"))) "aarch
val arch_ = arch.replace("-", "_")

val pekkoVersion = "1.0.2"
val kamonVersion = "2.6.6"
val kamonVersion = "2.7.0"
val nettyVersion = "4.1.101.Final"

scalaVersion := "3.3.1"
Expand Down

0 comments on commit 9fdf211

Please sign in to comment.