Skip to content

Commit 5f24b60

Browse files
committed
Merge branch '1.0.0-SNAP5'
2 parents 444e4af + a2bfdaf commit 5f24b60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name := "scalatestplus-easymock"
1+
name := "easymock-3.2"
22

33
organization := "org.scalatestplus"
44

5-
version := "1.0.0-SNAP1"
5+
version := "3.1.0.0-RC3"
66

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

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

26-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0-M5")
26+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.0")
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" % "3.1.0-SNAP8"
32+
"org.scalatest" %% "scalatest" % "3.1.0-RC3"
3333
)
3434

3535
enablePlugins(SbtOsgi)

0 commit comments

Comments
 (0)