Skip to content

Commit

Permalink
Merge branch 'master' into update/kamon-core-2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar authored Oct 17, 2023
2 parents a04d850 + 001bc0c commit 344e287
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 @@ -9,7 +9,7 @@ resolvers += ("snapshots" at "https://oss.sonatype.org/content/repositories/snap

val akkaVersion = "2.6.20"
val kamonVersion = "2.6.5"
val nettyVersion = "4.1.99.Final"
val nettyVersion = "4.1.100.Final"

val os = sys.props.get("os.name") match {
case Some(osName) if osName.toLowerCase.startsWith("mac") => "osx"
Expand Down

0 comments on commit 344e287

Please sign in to comment.