We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b22ee commit 71e3befCopy full SHA for 71e3bef
build-logic/src/main/kotlin/Environment.kt
@@ -116,7 +116,7 @@ object Artifacts {
116
*/
117
object Instrumentation {
118
const val groupId = "de.mannodermaus.junit5"
119
- private const val currentVersion = "2.0.0-SNAPSHOT"
+ private const val currentVersion = "2.0.0"
120
private const val latestStableVersion = "1.9.0"
121
122
val Core = Deployed(
0 commit comments