Skip to content

Commit 11b3f09

Browse files
committed
Updated release version, scala versions and scalatest versions.
1 parent f56d5a3 commit 11b3f09

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.sbt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "junit-4.13"
55

66
organization := "org.scalatestplus"
77

8-
version := "3.2.12.0"
8+
version := "3.2.13.0"
99

1010
homepage := Some(url("https://github.com/scalatest/scalatestplus-junit"))
1111

@@ -31,9 +31,9 @@ scalaVersion := "2.13.8"
3131
crossScalaVersions := List(
3232
"2.10.7",
3333
"2.11.12",
34-
"2.12.15",
34+
"2.12.16",
3535
"2.13.8",
36-
"3.1.2"
36+
"3.1.3"
3737
)
3838

3939
/** Add src/main/scala-{2|3} to Compile / unmanagedSourceDirectories */
@@ -46,12 +46,12 @@ Compile / unmanagedSourceDirectories ++= {
4646
}
4747

4848
libraryDependencies ++= Seq(
49-
"org.scalatest" %% "scalatest-core" % "3.2.12",
49+
"org.scalatest" %% "scalatest-core" % "3.2.13",
5050
"junit" % "junit" % "4.13.2",
51-
"org.scalatest" %% "scalatest-wordspec" % "3.2.12" % "test",
52-
"org.scalatest" %% "scalatest-funspec" % "3.2.12" % "test",
53-
"org.scalatest" %% "scalatest-funsuite" % "3.2.12" % "test",
54-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12" % "test"
51+
"org.scalatest" %% "scalatest-wordspec" % "3.2.13" % "test",
52+
"org.scalatest" %% "scalatest-funspec" % "3.2.13" % "test",
53+
"org.scalatest" %% "scalatest-funsuite" % "3.2.13" % "test",
54+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % "test"
5555
)
5656

5757
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}

0 commit comments

Comments
 (0)