Skip to content

Commit 1ed4ccb

Browse files
committed
Changed to use scalatest 3.1.1.
1 parent 66c7ddb commit 1ed4ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 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.1.0.0"
5+
version := "3.1.1.0"
66

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

@@ -29,7 +29,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
2929

3030
libraryDependencies ++= Seq(
3131
"org.easymock" % "easymockclassextension" % "3.2",
32-
"org.scalatest" %% "scalatest" % "3.1.0"
32+
"org.scalatest" %% "scalatest" % "3.1.1"
3333
)
3434

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

0 commit comments

Comments
 (0)