Skip to content

Commit

Permalink
chore: Upgrade to latest JNA (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Jul 15, 2023
1 parent e2be74c commit 3218d68
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 @@ -42,7 +42,7 @@ lazy val `directory-watcher` = (project in file("core"))
autoScalaLibrary := false,
crossPaths := false,
libraryDependencies ++= Seq(
"net.java.dev.jna" % "jna" % "5.12.1",
"net.java.dev.jna" % "jna" % "5.13.0",
"org.slf4j" % "slf4j-api" % "1.7.36",
"io.airlift" % "command" % "0.3" % Test,
"com.google.guava" % "guava" % "31.1-jre" % Test,
Expand Down

0 comments on commit 3218d68

Please sign in to comment.