-
-
Notifications
You must be signed in to change notification settings - Fork 12
Installation Information
Max Leuthäuser edited this page Jan 7, 2019
·
5 revisions
- Java SE Development Kit 8 or 9
-
SBT (Scala Build Tool)
- Version 0.13.* only with Java 1.8
- from Version 1.* with Java 9
- SBT sets its version in
project/build.properties
. Remove it if neccessary.
-
Just add the dependency to your SBT config, e.g.,:
libraryDependencies ++= Seq("com.github.max-leuthaeuser" %% "scroll" % "1.8")
- IntelliJ: use the built-in SBT importer.
- Eclipse: use the sbteclipse SBT plugin.