Skip to content

Commit 1916d6c

Browse files
committed
Updated release version to 3.2.15.0, scalatest version to 3.2.15, and scala version to 2.13.10 and 2.12.17.
1 parent 907249c commit 1916d6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

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

66
organization := "org.scalatestplus"
77

8-
version := "3.2.14.0"
8+
version := "3.2.15.0"
99

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

@@ -26,18 +26,18 @@ developers := List(
2626
)
2727
)
2828

29-
scalaVersion := "2.13.8"
29+
scalaVersion := "2.13.10"
3030

31-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.16", "2.13.8", "3.1.3")
31+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.17", "2.13.10", "3.1.3")
3232

3333
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
3434

3535
libraryDependencies ++= Seq(
3636
"org.easymock" % "easymock" % "4.3",
37-
"org.scalatest" %% "scalatest-core" % "3.2.14",
38-
"org.scalatest" %% "scalatest-funsuite" % "3.2.14" % "test",
39-
"org.scalatest" %% "scalatest-flatspec" % "3.2.14" % "test",
40-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.14" % "test"
37+
"org.scalatest" %% "scalatest-core" % "3.2.15",
38+
"org.scalatest" %% "scalatest-funsuite" % "3.2.15" % "test",
39+
"org.scalatest" %% "scalatest-flatspec" % "3.2.15" % "test",
40+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.15" % "test"
4141
)
4242

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

0 commit comments

Comments
 (0)