Skip to content

Commit

Permalink
remove jna dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 2, 2024
1 parent ee6c3e9 commit 546593a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ val io = (project in file("io"))
libraryDependencies ++= {
Vector(scalaCompiler.value % Test, scalaCheck % Test, scalatest % Test)
} ++ Vector(swovalFiles),
libraryDependencies ++= Seq(jna, jnaPlatform),
Test / fork := System.getProperty("sbt.test.fork", "false") == "true",
Test / testForkedParallel := true,
Compile / generateContrabands / sourceManaged := baseDirectory.value / "src" / "main" / "contraband-scala",
Expand Down
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ object Dependencies {

val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val jnaVersion = "5.13.0"
val jna = "net.java.dev.jna" % "jna" % jnaVersion
val jnaPlatform = "net.java.dev.jna" % "jna-platform" % jnaVersion
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.12"
}

0 comments on commit 546593a

Please sign in to comment.