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 {
88}
99
1010dependencies {
11- implementation " org.scala-lang:scala3-library_3:3.3.3 "
11+ implementation " org.scala-lang:scala3-library_3:3.3.4 "
1212
1313 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 "
1717}
1818
1919test {
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ repositories {
99}
1010
1111dependencies {
12- implementation(" org.scala-lang:scala3-library_3:3.4.1 " )
12+ implementation(" org.scala-lang:scala3-library_3:3.3.4 " )
1313
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" )
1818}
1919
2020tasks {
Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <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>
1616 <scala .compat.version>3</scala .compat.version>
17- <scala .version>3.4.1 </scala .version>
17+ <scala .version>3.3.4 </scala .version>
1818 <scala .maven.plugin>4.7.1</scala .maven.plugin>
1919 <maven .surefire.version>3.0.0-M7</maven .surefire.version>
2020
6262 </dependency >
6363 <dependency >
6464 <groupId >org.scalatestplus</groupId >
65- <artifactId >junit-5-10_ ${scala.compat.version}</artifactId >
65+ <artifactId >junit-5-11_ ${scala.compat.version}</artifactId >
6666 <version >${scalatest.version} .0</version >
6767 <scope >test</scope >
6868 </dependency >
You can’t perform that action at this time.
0 commit comments