File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
gradle-kotlin-dsl-example Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ dependencies {
11
11
implementation " org.scala-lang:scala3-library_3:3.3.5"
12
12
13
13
testImplementation " org.scalatest:scalatest_3:3.2.19"
14
- testImplementation " org.junit.platform:junit-platform-launcher:1.12 .0"
15
- testRuntimeOnly " org.junit.platform:junit-platform-engine:1.12 .0"
16
- testRuntimeOnly " org.scalatestplus:junit-5-12_3 :3.2.19.0"
14
+ testImplementation " org.junit.platform:junit-platform-launcher:1.14 .0"
15
+ testRuntimeOnly " org.junit.platform:junit-platform-engine:1.14 .0"
16
+ testRuntimeOnly " org.scalatestplus:junit-5-14_3 :3.2.19.0"
17
17
}
18
18
19
19
test {
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencies {
12
12
implementation(" org.scala-lang:scala3-library_3:3.3.5" )
13
13
14
14
testImplementation(" org.scalatest:scalatest_3:3.2.19" )
15
- testRuntimeOnly(" org.junit.platform:junit-platform-engine:1.12 .0" )
16
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.12 .0" )
17
- testRuntimeOnly(" org.scalatestplus:junit-5-12_3 :3.2.19.0" )
15
+ testRuntimeOnly(" org.junit.platform:junit-platform-engine:1.14 .0" )
16
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.14 .0" )
17
+ testRuntimeOnly(" org.scalatestplus:junit-5-14_3 :3.2.19.0" )
18
18
}
19
19
20
20
tasks {
Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<java .version>1.8</java .version>
14
- <junit .version>1.12 .0</junit .version>
14
+ <junit .version>1.14 .0</junit .version>
15
15
<scalatest .version>3.2.19</scalatest .version>
16
16
<scala .compat.version>3</scala .compat.version>
17
17
<scala .version>3.3.5</scala .version>
62
62
</dependency >
63
63
<dependency >
64
64
<groupId >org.scalatestplus</groupId >
65
- <artifactId >junit-5-12_ ${scala.compat.version}</artifactId >
65
+ <artifactId >junit-5-14_ ${scala.compat.version}</artifactId >
66
66
<version >${scalatest.version} .0</version >
67
67
<scope >test</scope >
68
68
</dependency >
You can’t perform that action at this time.
0 commit comments