Skip to content

Commit

Permalink
Merge pull request #110 from codeconsole/fields-update
Browse files Browse the repository at this point in the history
Update Fields plugin from 3.0.0.RC1 to 5.0.3
  • Loading branch information
davydotcom authored Jul 25, 2024
2 parents 22d9ddd + 6d88ad8 commit 91df31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
api 'javax.servlet:javax.servlet-api'


api "org.grails.plugins:fields:$fieldsVersion"
api "io.github.gpc:fields:$fieldsVersion"
testImplementation "org.grails:grails-plugin-testing"

console "org.grails:grails-console"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectVersion=5.0.2-SNAPSHOT
grailsVersion=6.1.1
fieldsVersion=3.0.0.RC1
fieldsVersion=5.0.3

org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit 91df31d

Please sign in to comment.