Skip to content

Commit

Permalink
update readme with latest versions (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Gwyn authored and marcospereira committed Jan 3, 2017
1 parent 0182b68 commit 426482b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,5 +1,4 @@
Twirl
=====
# Twirl [![Latest version](https://index.scala-lang.org/playframework/twirl/twirl-api/latest.svg?color=orange)](https://index.scala-lang.org/playframework/twirl/twirl-api)

Twirl is the [Play][play-site] [template engine][docs].

Expand All @@ -22,7 +21,7 @@ To add the sbt plugin to your project add the sbt plugin dependency in
`project/plugins.sbt`:

```scala
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.0")
```

And enable the plugin on projects using:
Expand Down

0 comments on commit 426482b

Please sign in to comment.