Skip to content

Commit

Permalink
Correct reactor-tools expected version
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Sep 25, 2024
1 parent 439b316 commit f419904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val depVersions =
depDescriptors.mapValues { (_, v) -> v.split(':').last() } +
mapOf(
"javaMajor" to "17",
"reactorToolsVersionExpected" to "3.6.9"
"reactorToolsVersionExpected" to "3.6.10"
)

repositories {
Expand Down

0 comments on commit f419904

Please sign in to comment.