1
1
import java .io .PrintWriter
2
2
import scala .io .Source
3
3
4
- name := " junit-5.13 "
4
+ name := " junit-5.14 "
5
5
6
6
organization := " org.scalatestplus"
7
7
@@ -32,7 +32,7 @@ crossScalaVersions := List(
32
32
" 2.11.12" ,
33
33
" 2.12.20" ,
34
34
" 2.13.16" ,
35
- " 3.3.5 "
35
+ " 3.3.6 "
36
36
)
37
37
38
38
scalacOptions ++= Seq (" -target:jvm-1.8" )
@@ -47,8 +47,8 @@ Compile / unmanagedSourceDirectories ++= {
47
47
}
48
48
49
49
val scalatestVersion = " 3.2.19"
50
- val junitVersion = " 5.13.1 "
51
- val junitEngineVersion = " 1.13.1 "
50
+ val junitVersion = " 5.14.0 "
51
+ val junitEngineVersion = " 1.14.0 "
52
52
53
53
libraryDependencies ++= Seq (
54
54
" org.scalatest" %% " scalatest-core" % scalatestVersion,
@@ -98,7 +98,7 @@ OsgiKeys.exportPackage := Seq(
98
98
99
99
OsgiKeys .importPackage := Seq (
100
100
" org.scalatest.*" ,
101
- " org.scalactic.*" ,
101
+ " org.scalactic.*" ,
102
102
" scala.*;version=\" $<range;[==,=+);$<replace;" + scalaBinaryVersion.value+ " ;-;.>>\" " ,
103
103
" *;resolution:=optional"
104
104
)
@@ -167,6 +167,6 @@ Compile / doc := docTask((Compile / doc).value,
167
167
(Compile / sourceDirectory).value,
168
168
name.value)
169
169
170
- Compile / doc / scalacOptions := Seq (" -doc-title" , s " ScalaTest + JUnit5 ${version.value}" ,
171
- " -sourcepath" , baseDirectory.value.getAbsolutePath(),
172
- " -doc-source-url" , s " https://github.com/scalatest/releases-source/blob/main/scalatestplus-junit5/ ${version.value}€{FILE_PATH}.scala " )
170
+ Compile / doc / scalacOptions := Seq (" -doc-title" , s " ScalaTest + JUnit5 ${version.value}" ,
171
+ " -sourcepath" , baseDirectory.value.getAbsolutePath(),
172
+ " -doc-source-url" , s " https://github.com/scalatest/releases-source/blob/main/scalatestplus-junit5/ ${version.value}€{FILE_PATH}.scala " )
0 commit comments