Skip to content

Commit 639738e

Browse files
committed
Updated scala and scalatest versions.
1 parent c63feaa commit 639738e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 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.12.0"
8+
version := "3.2.13.0"
99

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

@@ -28,16 +28,16 @@ developers := List(
2828

2929
scalaVersion := "2.13.8"
3030

31-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.8", "3.1.2")
31+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.16", "2.13.8", "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.12",
38-
"org.scalatest" %% "scalatest-funsuite" % "3.2.12" % "test",
39-
"org.scalatest" %% "scalatest-flatspec" % "3.2.12" % "test",
40-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12" % "test"
37+
"org.scalatest" %% "scalatest-core" % "3.2.13",
38+
"org.scalatest" %% "scalatest-funsuite" % "3.2.13" % "test",
39+
"org.scalatest" %% "scalatest-flatspec" % "3.2.13" % "test",
40+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % "test"
4141
)
4242

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

0 commit comments

Comments
 (0)