Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naku committed Dec 28, 2020
1 parent 666293b commit b8736b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Change Log
### Version 1.3.0 (2020-12-28)
- Deploy using Github Action
### Version 1.2.0 (2019-04-15)
- Automate build
### Version 1.1.0 (2019-03-01)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![GitHub release](https://img.shields.io/github/release/sismics/play-cas.svg?style=flat-square)](https://github.com/sismics/play-cas/releases/latest)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# play-cas plugin

This plugin adds [CAS](https://en.wikipedia.org/wiki/Central_Authentication_Service) support to Play! Framework 1 applications.
Expand All @@ -10,7 +13,7 @@ This plugin adds [CAS](https://en.wikipedia.org/wiki/Central_Authentication_Serv

```
require:
- cas -> cas 1.2.0
- cas -> cas 1.3.0
repositories:
- sismicsNexusRaw:
Expand Down
2 changes: 1 addition & 1 deletion conf/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
self: play -> cas 1.2.0
self: play -> cas 1.3.0

configurations:
- provided:
Expand Down

0 comments on commit b8736b9

Please sign in to comment.