Skip to content

Commit

Permalink
Upgrade to Grace Dynamic Modules Plugin 1.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Aug 22, 2024
1 parent 1b47cda commit 76217bf
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 @@ -68,7 +68,7 @@ dependencies {
implementation "org.graceframework:grace-plugin-url-mappings"
implementation "org.graceframework.plugins:cache"
implementation "org.graceframework.plugins:async"
implementation "org.graceframework.plugins:dynamic-modules:1.0.0-SNAPSHOT"
implementation "org.graceframework.plugins:dynamic-modules:1.0.0-M1"
implementation "org.graceframework.plugins:scaffolding"
implementation "org.graceframework.plugins:events"
implementation "org.graceframework.plugins:fields"
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
compileOnly "org.graceframework:grace-core"
compileOnly "org.graceframework:grace-plugin-controllers"
compileOnly "org.graceframework:grace-plugin-gsp"
implementation "org.graceframework.plugins:dynamic-modules:1.0.0-SNAPSHOT"
implementation "org.graceframework.plugins:dynamic-modules:1.0.0-M1"
implementation "org.apache.commons:commons-lang3:3.12.0"
profile "org.graceframework.profiles:web-plugin"
}
Expand Down

0 comments on commit 76217bf

Please sign in to comment.