Skip to content

Commit

Permalink
Merge pull request #499 from scala-steward/update/kamon-core-2.6.6
Browse files Browse the repository at this point in the history
Update kamon-core, kamon-influxdb, ... to 2.6.6
  • Loading branch information
ornicar authored Nov 12, 2023
2 parents f63149a + fb3b00f commit c9b5df8
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.1"
val kamonVersion = "2.6.5"
val kamonVersion = "2.6.6"
val nettyVersion = "4.1.101.Final"

scalaVersion := "3.3.1"
Expand Down

0 comments on commit c9b5df8

Please sign in to comment.