Skip to content

Commit 992d3da

Browse files
committed
Bump snapshots
1 parent 1290362 commit 992d3da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ object Artifacts {
9191
platform = Java,
9292
groupId = "de.mannodermaus.gradle.plugins",
9393
artifactId = "android-junit5",
94-
currentVersion = "1.12.0.1-SNAPSHOT",
94+
currentVersion = "1.12.1.0-SNAPSHOT",
9595
latestStableVersion = "1.12.0.0",
9696
description = "Unit Testing with JUnit 5 for Android."
9797
)
@@ -101,7 +101,7 @@ object Artifacts {
101101
*/
102102
object Instrumentation {
103103
const val groupId = "de.mannodermaus.junit5"
104-
private const val currentVersion = "1.7.1-SNAPSHOT"
104+
private const val currentVersion = "1.8.0-SNAPSHOT"
105105
private const val latestStableVersion = "1.7.0"
106106

107107
val Core = Deployed(

0 commit comments

Comments
 (0)