Skip to content

Commit

Permalink
Update settings plugin (#747)
Browse files Browse the repository at this point in the history
To fix docs publication.

Also update Groovy whilst I'm passing
  • Loading branch information
timyates authored Apr 21, 2023
1 parent 50d43d0 commit 4db0f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
micronaut-docs = "2.0.0"
micronaut = "4.0.0-M2"

groovy = "4.0.10"
groovy = "4.0.11"

managed-assertj = "3.24.2"
managed-hamcrest = "2.2"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id("io.micronaut.build.shared.settings") version "6.4.0"
id("io.micronaut.build.shared.settings") version "6.4.1"
}

enableFeaturePreview 'TYPESAFE_PROJECT_ACCESSORS'
Expand Down

0 comments on commit 4db0f3a

Please sign in to comment.