We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0827c commit a8bc67cCopy full SHA for a8bc67c
settings.gradle.kts
@@ -46,7 +46,7 @@ dependencyResolutionManagement {
46
library("junit.engine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
47
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").withoutVersion()
48
library("junit.params", "org.junit.jupiter", "junit-jupiter-params").withoutVersion()
49
- library("aves", "net.theevilreaper", "aves").version("1.11.1-SNAPSHOT")
+ library("aves", "net.theevilreaper", "aves").version("1.11.2")
50
library("xerus", "net.theevilreaper", "xerus").withoutVersion()
51
52
library("mockito.core", "org.mockito", "mockito-core").withoutVersion()
0 commit comments