11import java .io .PrintWriter
22import scala .io .Source
33
4- name := " junit-5.13 "
4+ name := " junit-5.14 "
55
66organization := " org.scalatestplus"
77
@@ -32,7 +32,7 @@ crossScalaVersions := List(
3232 " 2.11.12" ,
3333 " 2.12.20" ,
3434 " 2.13.16" ,
35- " 3.3.5 "
35+ " 3.3.6 "
3636)
3737
3838scalacOptions ++= Seq (" -target:jvm-1.8" )
@@ -47,8 +47,8 @@ Compile / unmanagedSourceDirectories ++= {
4747}
4848
4949val 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 "
5252
5353libraryDependencies ++= Seq (
5454 " org.scalatest" %% " scalatest-core" % scalatestVersion,
@@ -98,7 +98,7 @@ OsgiKeys.exportPackage := Seq(
9898
9999OsgiKeys .importPackage := Seq (
100100 " org.scalatest.*" ,
101- " org.scalactic.*" ,
101+ " org.scalactic.*" ,
102102 " scala.*;version=\" $<range;[==,=+);$<replace;" + scalaBinaryVersion.value+ " ;-;.>>\" " ,
103103 " *;resolution:=optional"
104104)
@@ -167,6 +167,6 @@ Compile / doc := docTask((Compile / doc).value,
167167 (Compile / sourceDirectory).value,
168168 name.value)
169169
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