Skip to content

Commit cc48b7a

Browse files
committed
update root doc page with new package contents and version info
1 parent bf7fde7 commit cc48b7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/rootdoc.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ This is the documentation of the `introprog` Scala library with beginner-friendl
1010

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

13+
- [[introprog.BlockGame `introprog.BlockGame`]] an abstract class to inherited by games using block graphics.
14+
1315
- [[introprog.examples `introprog.examples`]] with code examples demonstrating how to use this library.
1416

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

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

1921
{{{
20-
scalaVersion := "2.12.6"
21-
libraryDependencies += "se.lth.cs" %% "introprog" % "1.0.0"
22+
scalaVersion := "2.12.7"
23+
libraryDependencies += "se.lth.cs" %% "introprog" % "1.1.0"
2224
}}}
2325

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

0 commit comments

Comments
 (0)