Skip to content

Commit 192fee9

Browse files
Update plugin junit5 to v1.13.0.0
1 parent d8f3b79 commit 192fee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
8787
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
8888
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
8989
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
90-
junit5 = { id = "de.mannodermaus.android-junit5", version = "1.10.0.0" }
90+
junit5 = { id = "de.mannodermaus.android-junit5", version = "1.13.0.0" }
9191
play = { id = "com.github.triplet.play", version.ref = "triplet-play" }
9292

9393
# Plugins defined by the project

0 commit comments

Comments
 (0)