Skip to content

Commit

Permalink
Bump expected reactor-tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Oct 11, 2023
1 parent 36b1d44 commit c2af761
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 @@ -27,7 +27,7 @@ val depDescriptors = mapOf(
)
val depVersions = depDescriptors.mapValues { (_, v) -> v.split(':').last() } + mapOf(
"javaMajor" to "17",
"reactorToolsVersionExpected" to "3.5.10"
"reactorToolsVersionExpected" to "3.5.11"
)

repositories {
Expand Down

0 comments on commit c2af761

Please sign in to comment.