Skip to content

Commit 9b0d2b5

Browse files
committed
Remove IScala dependency
1 parent bb3fc11 commit 9b0d2b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ libraryDependencies += "org.json4s" %% "json4s-native" % "3.2.9"
2020

2121
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.1"
2222

23-
assemblyExcludedJars in assembly := {
24-
val cp = (fullClasspath in assembly).value
25-
cp filter {_.data.getName == "IScala.jar"}
26-
}
27-
2823
publishMavenStyle := true
2924

3025
publishTo := {

0 commit comments

Comments
 (0)