File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
gradle-kotlin-dsl-example Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation " org.scala-lang:scala3-library_3:3.3.3 "
11
+ implementation " org.scala-lang:scala3-library_3:3.3.4 "
12
12
13
13
testImplementation " org.scalatest:scalatest_3:3.2.19"
14
- testImplementation " org.junit.platform:junit-platform-launcher:1.10.2 "
15
- testRuntimeOnly " org.junit.platform:junit-platform-engine:1.10.2 "
16
- testRuntimeOnly " org.scalatestplus:junit-5-10_3 :3.2.19.1 "
14
+ testImplementation " org.junit.platform:junit-platform-launcher:1.11.3 "
15
+ testRuntimeOnly " org.junit.platform:junit-platform-engine:1.11.3 "
16
+ testRuntimeOnly " org.scalatestplus:junit-5-11_3 :3.2.19.0 "
17
17
}
18
18
19
19
test {
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ repositories {
9
9
}
10
10
11
11
dependencies {
12
- implementation(" org.scala-lang:scala3-library_3:3.4.1 " )
12
+ implementation(" org.scala-lang:scala3-library_3:3.3.4 " )
13
13
14
- testImplementation(" org.scalatest:scalatest_3:3.2.18 " )
15
- testRuntimeOnly(" org.junit.platform:junit-platform-engine:1.10.2 " )
16
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.10.2 " )
17
- testRuntimeOnly(" org.scalatestplus:junit-5-10_3 :3.2.18 .0" )
14
+ testImplementation(" org.scalatest:scalatest_3:3.2.19 " )
15
+ testRuntimeOnly(" org.junit.platform:junit-platform-engine:1.11.3 " )
16
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.11.3 " )
17
+ testRuntimeOnly(" org.scalatestplus:junit-5-11_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.10.2 </junit .version>
15
- <scalatest .version>3.2.18 </scalatest .version>
14
+ <junit .version>1.11.3 </junit .version>
15
+ <scalatest .version>3.2.19 </scalatest .version>
16
16
<scala .compat.version>3</scala .compat.version>
17
- <scala .version>3.4.1 </scala .version>
17
+ <scala .version>3.3.4 </scala .version>
18
18
<scala .maven.plugin>4.7.1</scala .maven.plugin>
19
19
<maven .surefire.version>3.0.0-M7</maven .surefire.version>
20
20
62
62
</dependency >
63
63
<dependency >
64
64
<groupId >org.scalatestplus</groupId >
65
- <artifactId >junit-5-10_ ${scala.compat.version}</artifactId >
65
+ <artifactId >junit-5-11_ ${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