Skip to content

Commit 26b739a

Browse files
committed
bump versions in doc
1 parent 406f344 commit 26b739a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rootdoc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This is the documentation of the `introprog` Scala library with beginner-friendl
1919
If you have [[https://www.scala-sbt.org/ `sbt`]] installed then you can put this text in a file called `build.sbt`
2020

2121
{{{
22-
scalaVersion := "2.12.8"
23-
libraryDependencies += "se.lth.cs" %% "introprog" % "1.1.2"
22+
scalaVersion := "2.12.9"
23+
libraryDependencies += "se.lth.cs" %% "introprog" % "1.1.3"
2424
}}}
2525

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

0 commit comments

Comments
 (0)