File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
gradle-kotlin-dsl-example Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.16 and JUnit 5.9:
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "junit-5-9" % "3.2.16.0-M7 " % Test
11
+ libraryDependencies += "org.scalatestplus" %% "junit-5-9" % "3.2.16.0" % Test
12
12
```
13
13
14
14
Maven:
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
19
<artifactId>junit-5-9_2.13</artifactId>
20
- <version>3.2.16.0-M7 </version>
20
+ <version>3.2.16.0</version>
21
21
<scope>test</scope>
22
22
</dependency>
23
23
```
@@ -31,7 +31,7 @@ dependencies {
31
31
testImplementation "org.scalatest:scalatest_2.13:3.2.16"
32
32
testImplementation "org.junit.platform:junit-platform-launcher:1.9.1"
33
33
testRuntimeOnly "org.junit.platform:junit-platform-engine:1.9.1"
34
- testRuntimeOnly "org.scalatestplus:junit-5-9_2.13:3.2.16.0-M7 "
34
+ testRuntimeOnly "org.scalatestplus:junit-5-9_2.13:3.2.16.0"
35
35
}
36
36
37
37
test {
@@ -53,7 +53,7 @@ dependencies {
53
53
testImplementation("org.scalatest:scalatest_2.13:3.2.16")
54
54
testRuntimeOnly("org.junit.platform:junit-platform-engine:1.9.1")
55
55
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.1")
56
- testRuntimeOnly("org.scalatestplus:junit-5-9_2.13:3.2.16.0-M7 ")
56
+ testRuntimeOnly("org.scalatestplus:junit-5-9_2.13:3.2.16.0")
57
57
}
58
58
59
59
tasks {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "junit-5.9"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.16.0-M7 "
8
+ version := " 3.2.16.0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
testImplementation " org.scalatest:scalatest_2.12:3.2.16"
13
13
testImplementation " org.junit.platform:junit-platform-launcher:1.9.1"
14
14
testRuntimeOnly " org.junit.platform:junit-platform-engine:1.9.1"
15
- testRuntimeOnly " org.scalatestplus:junit-5-9_2.12:3.2.16.0-M7 "
15
+ testRuntimeOnly " org.scalatestplus:junit-5-9_2.12:3.2.16.0"
16
16
}
17
17
18
18
test {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
testImplementation(" org.scalatest:scalatest_2.12:3.2.16" )
15
15
testRuntimeOnly(" org.junit.platform:junit-platform-engine:1.9.1" )
16
16
testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.9.1" )
17
- testRuntimeOnly(" org.scalatestplus:junit-5-9_2.12:3.2.16.0-M7 " )
17
+ testRuntimeOnly(" org.scalatestplus:junit-5-9_2.12:3.2.16.0" )
18
18
}
19
19
20
20
tasks {
Original file line number Diff line number Diff line change 64
64
<dependency >
65
65
<groupId >org.scalatestplus</groupId >
66
66
<artifactId >junit-5-9_${scala.compat.version}</artifactId >
67
- <version >${scalatest.version} .0-M7 </version >
67
+ <version >${scalatest.version} .0</version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
</dependencies >
You can’t perform that action at this time.
0 commit comments