We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21c5fe commit ec5c791Copy full SHA for ec5c791
buildSrc/src/main/kotlin/Globals.kt
@@ -11,7 +11,7 @@ object Globals {
11
const val scalaMajorVersion = "2.13" // "2.12"
12
const val akkaStreamVersion = "2.5.23"
13
const val gradleWrapperVersion = "5.5"
14
- const val junitJupiterVersion = "5.5.0-RC2"
+ const val junitJupiterVersion = "5.5.0"
15
const val reactiveStreamsVersion = "1.0.2"
16
const val springBootVersion = "2.2.0.M4"
17
0 commit comments