Skip to content

Commit

Permalink
[CTX-17] fix: Update version of JFFI (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om authored Jul 27, 2023
1 parent 8a09b5c commit 39fd894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ lazy val cortex = (project in file("."))
Dependencies.akkaCluster,
Dependencies.akkaClusterTyped
),
dependencyOverrides ++= Seq(
"com.github.jnr" % "jffi" % "1.3.11",
"com.github.jnr" % "jnr-ffi" % "2.2.13",
"com.github.jnr" % "jnr-enxio" % "0.32.14",
"com.github.jnr" % "jnr-unixsocket" % "0.38.19"
),
resolvers += Resolver.sbtPluginRepo("releases"),
resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases",
resolvers += "elasticsearch-releases" at "https://artifacts.elastic.co/maven",
Expand Down

0 comments on commit 39fd894

Please sign in to comment.