Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed Nov 15, 2019
1 parent a2edb87 commit 1b918ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ lazy val bitcoinrpc = (project in file(".")).
libraryDependencies ++= http4s ++ json ++ zmq ++ cats
)

val workaround = {
sys.props += "packaging.type" -> "jar"
()
}

val http4sVersion = "0.20.11"

lazy val http4s = Seq(
Expand Down

0 comments on commit 1b918ff

Please sign in to comment.