Skip to content

Installation Information

Max Leuthäuser edited this page Feb 15, 2018 · 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:

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

  • Or to always use the latest version:

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

Setup your favorite IDE

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