We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406f344 commit 26b739aCopy full SHA for 26b739a
src/rootdoc.txt
@@ -19,8 +19,8 @@ This is the documentation of the `introprog` Scala library with beginner-friendl
19
If you have [[https://www.scala-sbt.org/ `sbt`]] installed then you can put this text in a file called `build.sbt`
20
21
{{{
22
-scalaVersion := "2.12.8"
23
-libraryDependencies += "se.lth.cs" %% "introprog" % "1.1.2"
+scalaVersion := "2.12.9"
+libraryDependencies += "se.lth.cs" %% "introprog" % "1.1.3"
24
}}}
25
26
When you run `sbt` in terminal the introprog lib is automatically downloaded and made available on your classpath.
0 commit comments