Skip to content

Commit

Permalink
Release bumping elastic apm libraries to use a version of jna after 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Jan 19, 2024
1 parent ba4b0d9 commit 7048591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
RELEASE_TYPE: patch

Update elastic APM libraries, needed to avoid JNA issue on M1 macs.

See https://github.com/wellcomecollection/scala-libs/pull/236
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val versions = new {
val elasticApm = "1.22.0"
val elasticApm = "1.45.0"
val elastic4s = "8.8.1"

val aws = "2.19.0"
Expand Down

0 comments on commit 7048591

Please sign in to comment.