Skip to content

Commit

Permalink
update root doc page with new package contents and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Oct 3, 2018
1 parent bf7fde7 commit cc48b7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/rootdoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ This is the documentation of the `introprog` Scala library with beginner-friendl

- [[introprog.Dialog `introprog.Dialog`]] for user interaction with standard GUI dialogs.

- [[introprog.BlockGame `introprog.BlockGame`]] an abstract class to inherited by games using block graphics.

- [[introprog.examples `introprog.examples`]] with code examples demonstrating how to use this library.

== How to use this library with `sbt` ==

If you have [[https://www.scala-sbt.org/ `sbt`]] installed then you can put this text in a file called `build.sbt`

{{{
scalaVersion := "2.12.6"
libraryDependencies += "se.lth.cs" %% "introprog" % "1.0.0"
scalaVersion := "2.12.7"
libraryDependencies += "se.lth.cs" %% "introprog" % "1.1.0"
}}}

When you run `sbt` in terminal the introprog lib is automatically downloaded and made available on your classpath.
Expand Down

0 comments on commit cc48b7a

Please sign in to comment.