We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066a01c commit 036a633Copy full SHA for 036a633
project/Dependencies.scala
@@ -1,6 +1,3 @@
1
-import java.io.FileInputStream;
2
-import java.util.Properties
3
-
4
import sbt._
5
6
/** A dependency shared between multiple projects should be put here
@@ -15,4 +12,4 @@ object Dependencies {
15
12
16
13
def compilerInterface(sbtVersion: String) = "org.scala-sbt" % "compiler-interface" % sbtVersion
17
14
def zincApiinfo(sbtVersion: String) = "org.scala-sbt" %% "zinc-apiinfo" % sbtVersion
18
-}
+}
0 commit comments