Skip to content

Commit ac3f7f3

Browse files
committed
Updated README with latest released version
1 parent 7ea400b commit ac3f7f3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ It's also possible to embed javascript code in the pages, `wkhtmltopdf` will wai
1717

1818
## Installation ##
1919

20-
Add the following to your sbt build (for Scala 2.9.x, Scala 2.10.x and Scala 2.11.x!):
20+
Add the following to your sbt build for Scala 2.10, 2.11 and 2.12:
21+
22+
```scala
23+
libraryDependencies += "io.github.cloudify" %% "spdf" % "1.4.0"
24+
```
25+
26+
Add the following to your sbt build for Scala 2.9:
2127

2228
```scala
2329
libraryDependencies += "io.github.cloudify" %% "spdf" % "1.3.1"

0 commit comments

Comments
 (0)