Skip to content

Commit

Permalink
Merge pull request #18 from charvolant/develop
Browse files Browse the repository at this point in the history
Use stable version of authentication plugin
  • Loading branch information
charvolant authored Oct 18, 2019
2 parents 36838b0 + a69c3b1 commit 2bf1d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
}

//plugins
compile group: "org.grails.plugins", name: "ala-auth", version: "3.1.2-SNAPSHOT", changing: true
compile group: "org.grails.plugins", name: "ala-auth", version: "3.1.2", changing: true
}

bootRun {
Expand Down

0 comments on commit 2bf1d0c

Please sign in to comment.