Skip to content

Commit

Permalink
Merge pull request #26 from vigoo/fix-native
Browse files Browse the repository at this point in the history
Remove zio-test-sbt native dep
  • Loading branch information
vigoo authored Jan 31, 2022
2 parents c3beb4d + d110cca commit 7f72cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ lazy val zioParserJS = zioParser.js

lazy val zioParserNative = zioParser.native
.settings(nativeSettings)
.settings(libraryDependencies += "dev.zio" %%% "zio-test-sbt" % zioVersion % Test)

lazy val calibanParser = project
.in(file("zio-parser-caliban"))
Expand Down

0 comments on commit 7f72cbf

Please sign in to comment.