File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
1719If 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
2426When you run `sbt` in terminal the introprog lib is automatically downloaded and made available on your classpath.
You can’t perform that action at this time.
0 commit comments