Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
implementation group: 'org.ow2.asm', name: 'asm', version: '9.8'
api group: 'com.github.romanqed', name: 'jfunc', version: '1.2.0'
}
Expand Down
4 changes: 2 additions & 2 deletions cloner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
}

test {
Expand Down
4 changes: 2 additions & 2 deletions field/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
compileOnly project(':loader')
testRuntimeOnly project(':loader')
implementation group: 'org.ow2.asm', name: 'asm', version: '9.8'
Expand Down
4 changes: 2 additions & 2 deletions lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
compileOnly project(':loader')
testRuntimeOnly project(':loader')
implementation group: 'org.ow2.asm', name: 'asm', version: '9.8'
Expand Down
4 changes: 2 additions & 2 deletions loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
testImplementation group: 'org.ow2.asm', name: 'asm', version: '9.8'
api group: 'com.github.romanqed', name: 'jfunc', version: '1.2.0'
}
Expand Down
4 changes: 2 additions & 2 deletions meta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
}

test {
Expand Down
4 changes: 2 additions & 2 deletions sorter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
compileOnly group: 'org.ow2.asm', name: 'asm', version: '9.8'
}

Expand Down
4 changes: 2 additions & 2 deletions transform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
compileOnly project(':')
api group: 'org.ow2.asm', name: 'asm', version: '9.7'
}
Expand Down