Skip to content

Commit 3726099

Browse files
committed
Snapshot version update
1 parent bdf89ce commit 3726099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ object Artifacts {
9393
platform = Java,
9494
groupId = "de.mannodermaus.gradle.plugins",
9595
artifactId = "android-junit5",
96-
currentVersion = "1.14.0.0-SNAPSHOT",
96+
currentVersion = "6.0.0.0-SNAPSHOT",
9797
latestStableVersion = "1.13.4.0",
9898
description = "Unit Testing with JUnit 5 for Android."
9999
)
@@ -103,7 +103,7 @@ object Artifacts {
103103
*/
104104
object Instrumentation {
105105
const val groupId = "de.mannodermaus.junit5"
106-
private const val currentVersion = "1.8.1-SNAPSHOT"
106+
private const val currentVersion = "2.0.0-SNAPSHOT"
107107
private const val latestStableVersion = "1.8.0"
108108

109109
val Core = Deployed(

0 commit comments

Comments
 (0)