Skip to content

Commit 036a633

Browse files
committed
Remove dead code
1 parent 066a01c commit 036a633

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import java.io.FileInputStream;
2-
import java.util.Properties
3-
41
import sbt._
52

63
/** A dependency shared between multiple projects should be put here
@@ -15,4 +12,4 @@ object Dependencies {
1512

1613
def compilerInterface(sbtVersion: String) = "org.scala-sbt" % "compiler-interface" % sbtVersion
1714
def zincApiinfo(sbtVersion: String) = "org.scala-sbt" %% "zinc-apiinfo" % sbtVersion
18-
}
15+
}

0 commit comments

Comments
 (0)