Skip to content

Commit

Permalink
Changed to use scalatest 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 20, 2020
1 parent 66c7ddb commit 1ed4ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "easymock-3.2"

organization := "org.scalatestplus"

version := "3.1.0.0"
version := "3.1.1.0"

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

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

libraryDependencies ++= Seq(
"org.easymock" % "easymockclassextension" % "3.2",
"org.scalatest" %% "scalatest" % "3.1.0"
"org.scalatest" %% "scalatest" % "3.1.1"
)

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

0 comments on commit 1ed4ccb

Please sign in to comment.