File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "easymock-3.2"
22
33organization := " org.scalatestplus"
44
5- version := " 3.1.0.0-RC2 "
5+ version := " 3.1.0.0-RC3 "
66
77homepage := 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" )
26+ crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.10 " , " 2.13.0" )
2727
2828resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots"
2929
3030libraryDependencies ++= Seq (
3131 " org.easymock" % " easymockclassextension" % " 3.2" ,
32- " org.scalatest" %% " scalatest" % " 3.1.0-RC2 "
32+ " org.scalatest" %% " scalatest" % " 3.1.0-RC3 "
3333)
3434
3535enablePlugins(SbtOsgi )
You can’t perform that action at this time.
0 commit comments