Skip to content

Commit c864565

Browse files
committed
Updated newer sbt, scala and scalatest version, for 3.2.1.0 release.
1 parent edff978 commit c864565

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "easymock-3.2"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.0.0"
5+
version := "3.2.1.0"
66

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

@@ -23,16 +23,16 @@ developers := List(
2323
)
2424
)
2525

26-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.11", "2.13.2", "0.24.0")
26+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.12", "2.13.3", "0.26.0-RC1")
2727

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

3030
libraryDependencies ++= Seq(
3131
"org.easymock" % "easymockclassextension" % "3.2",
32-
"org.scalatest" %% "scalatest-core" % "3.2.0",
33-
"org.scalatest" %% "scalatest-funsuite" % "3.2.0" % "test",
34-
"org.scalatest" %% "scalatest-flatspec" % "3.2.0" % "test",
35-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0" % "test"
32+
"org.scalatest" %% "scalatest-core" % "3.2.1",
33+
"org.scalatest" %% "scalatest-funsuite" % "3.2.1" % "test",
34+
"org.scalatest" %% "scalatest-flatspec" % "3.2.1" % "test",
35+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.1" % "test"
3636
)
3737

3838
Test / scalacOptions ++= (if (isDotty.value) Seq("-language:implicitConversions") else Nil)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.12
1+
sbt.version=1.3.13

0 commit comments

Comments
 (0)