Skip to content

Commit

Permalink
Merge pull request #133 from codeconsole/5.1.x-fields
Browse files Browse the repository at this point in the history
version increment
  • Loading branch information
codeconsole authored Sep 24, 2024
2 parents ce7e8d8 + bc3b3db commit f45827d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
api "org.grails:grails-dependencies"
api "org.grails:grails-web-boot"

api "io.github.gpc:fields:$fieldsVersion"
api "org.grails.plugins:fields:$fieldsVersion"

console "org.grails:grails-console"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectVersion=5.1.2-SNAPSHOT
grailsVersion=6.1.1
fieldsVersion=5.0.3
grailsVersion=6.2.0
fieldsVersion=5.1.0-SNAPSHOT

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

0 comments on commit f45827d

Please sign in to comment.