File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ val io = (project in file("io"))
8282 libraryDependencies ++= {
8383 Vector (scalaCompiler.value % Test , scalaCheck % Test , scalatest % Test )
8484 } ++ Vector (swovalFiles),
85- libraryDependencies ++= Seq (jna, jnaPlatform),
8685 Test / fork := System .getProperty(" sbt.test.fork" , " false" ) == " true" ,
8786 Test / testForkedParallel := true ,
8887 Compile / generateContrabands / sourceManaged := baseDirectory.value / " src" / " main" / " contraband-scala" ,
Original file line number Diff line number Diff line change @@ -13,8 +13,5 @@ object Dependencies {
1313
1414 val scalaCheck = " org.scalacheck" %% " scalacheck" % " 1.17.0"
1515 val scalatest = " org.scalatest" %% " scalatest" % " 3.2.16"
16- val jnaVersion = " 5.13.0"
17- val jna = " net.java.dev.jna" % " jna" % jnaVersion
18- val jnaPlatform = " net.java.dev.jna" % " jna-platform" % jnaVersion
1916 val swovalFiles = " com.swoval" % " file-tree-views" % " 2.1.12"
2017}
You can’t perform that action at this time.
0 commit comments