Skip to content

Commit

Permalink
Merge pull request #971 from typelevel/update/libhoney-java-1.6.0
Browse files Browse the repository at this point in the history
Update libhoney-java to 1.6.0
  • Loading branch information
mpilquist authored Mar 1, 2024
2 parents 8f5bd35 + 2aeb34a commit 14f41ee
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 @@ -140,7 +140,7 @@ lazy val honeycomb = project
description := "Honeycomb support for Natchez.",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatVersion,
"io.honeycomb.libhoney" % "libhoney-java" % "1.5.4"
"io.honeycomb.libhoney" % "libhoney-java" % "1.6.0"
)
)

Expand Down

0 comments on commit 14f41ee

Please sign in to comment.