Skip to content

Commit

Permalink
Updated for release 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnappin committed Jun 28, 2017
1 parent c25dd99 commit 5e54f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# play-recaptcha-v2-example
This is an example web application showing how to use the [play-recaptcha](https://github.com/chrisnappin/play-recaptcha) module with reCAPTCHA version 2 (no-captcha recaptcha).
This is an example web application showing how to use the [play-recaptcha](https://github.com/chrisnappin/play-recaptcha) module with reCAPTCHA version 2 (no-captcha recaptcha), and Invisible reCAPTCHA.

![reCAPTCHA version 2](recaptcha-example-v2.png "reCAPTCHA version 2")

Please download the latest example code - [version 2.1](https://github.com/chrisnappin/play-recaptcha-v2-example/releases/tag/release-2.1) which works with [play-recaptcha v2.1](https://github.com/chrisnappin/play-recaptcha/releases/tag/release-2.1).
Please download the latest example code - [version 2.2](https://github.com/chrisnappin/play-recaptcha-v2-example/releases/tag/release-2.2) which works with [play-recaptcha v2.2](https://github.com/chrisnappin/play-recaptcha/releases/tag/release-2.2).

## License
The Play reCAPTCHA Module, and this example app, are copyright Chris Nappin, and are released under the [Apache 2 License](http://www.apache.org/licenses/LICENSE-2.0).
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "recaptcha-v2-example"

version := "2.2-SNAPSHOT"
version := "2.2"

libraryDependencies ++= Seq(
"com.nappin" %% "play-recaptcha" % "2.2-SNAPSHOT" notTransitive(),
"com.nappin" %% "play-recaptcha" % "2.2" notTransitive(),
ws,
specs2 % Test,
"org.mockito" % "mockito-core" % "1.+" % Test
Expand Down

0 comments on commit 5e54f67

Please sign in to comment.