Skip to content

Installation Information

Max Leuthäuser edited this page Jan 7, 2019 · 5 revisions

Prerequisites

  • 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.

Add SCROLL as Dependency to your Project

  • Just add the dependency to your SBT config, e.g.,:

    libraryDependencies ++= Seq("com.github.max-leuthaeuser" %% "scroll" % "1.8")

Setup your favorite IDE

  • IntelliJ: use the built-in SBT importer.
  • Eclipse: use the sbteclipse SBT plugin.
Clone this wiki locally