NoIssue: Dependency bump
This commit is contained in:
@@ -28,10 +28,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// The test classes are compiled with these:
|
compileOnly("org.jetbrains:annotations:26.0.2-1")
|
||||||
implementation("com.r35157.libs:random-api:0.1-dev")
|
implementation("com.r35157.libs:random-api:0.1-dev")
|
||||||
implementation("com.r35157.libs:random-impl-ref:0.1-dev")
|
implementation("com.r35157.libs:random-impl-ref:0.1-dev")
|
||||||
implementation("org.jetbrains:annotations:26.0.1")
|
|
||||||
|
|
||||||
// The JUnit platform will not be included in the JAR file but are needed for running the tests:
|
// The JUnit platform will not be included in the JAR file but are needed for running the tests:
|
||||||
testImplementation(platform("org.junit:junit-bom:5.11.4"))
|
testImplementation(platform("org.junit:junit-bom:5.11.4"))
|
||||||
|
|||||||
Reference in New Issue
Block a user