File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
dependencies {
8
8
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
9
9
implementation project(' scala-module' )
10
- testImplementation ' junit:junit:4.12 '
10
+ testImplementation ' junit:junit:4.13.2 '
11
11
12
12
kotlinCompilerPluginClasspath project(' :kotlin-plugin' )
13
13
}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
12
12
13
13
// testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.5.0' does not support Kotlin 2
14
14
testImplementation ' dev.zacsweers.kctfork:core:0.7.0' // Fork of kotlin-compile-testing that supports Kotlin 2
15
- testImplementation ' junit:junit:4.12 '
15
+ testImplementation ' junit:junit:4.13.2 '
16
16
testImplementation ' org.jetbrains.kotlin:kotlin-compiler-embeddable'
17
17
}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import com.tschuchort.compiletesting.SourceFile
5
5
import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi
6
6
import org.junit.Assert.assertTrue
7
7
import org.junit.Test
8
- import org.junit.runners.Parameterized.Parameters
9
8
import java.lang.reflect.Method
10
9
11
10
@OptIn(ExperimentalCompilerApi ::class )
You can’t perform that action at this time.
0 commit comments