Skip to content

Commit

Permalink
Update jna to 5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nMoncho committed Sep 17, 2024
1 parent 8b1ebb4 commit 592482a
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 core = project
Dependencies.scalaTest % Test,
Dependencies.scalaTestPlus % Test,
Dependencies.logback % Test,
"net.java.dev.jna" % "jna" % "5.14.0" % Test // Fixes M1 JNA issue
"net.java.dev.jna" % "jna" % "5.15.0" % Test // Fixes M1 JNA issue
),
scalacOptions ++= crossSetting(
scalaVersion.value,
Expand Down

0 comments on commit 592482a

Please sign in to comment.