Skip to content

Commit

Permalink
Correct expected reactor tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored May 9, 2023
1 parent 9cdd968 commit e680f18
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.5"
"reactorToolsVersionExpected" to "3.5.6"
)

repositories {
Expand Down

0 comments on commit e680f18

Please sign in to comment.