Skip to content

Commit

Permalink
M3 (#11)
Browse files Browse the repository at this point in the history
* build: Micronaut Framework 4.0.0-M3

* remove snapshot
  • Loading branch information
sdelamo committed May 11, 2023
1 parent 4d5e00d commit 7e039bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
micronaut = "4.0.0-M1"
micronaut = "4.0.0-M3"

managed-log4j = "2.20.0"
managed-logback = "1.4.7"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ rootProject.name = "logging-parent"
include("logging-bom")

configure<MicronautBuildSettingsExtension> {
addSnapshotRepository()
useStandardizedProjectNames.set(true)
}

0 comments on commit 7e039bc

Please sign in to comment.