Skip to content

Commit

Permalink
Updated to use ScalaTest 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Aug 21, 2020
1 parent 193cda8 commit ef12f3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.2.2.0-M2"
version := "3.2.2.0"

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

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

libraryDependencies ++= Seq(
"org.easymock" % "easymockclassextension" % "3.2",
"org.scalatest" %% "scalatest-core" % "3.2.2-M2",
"org.scalatest" %% "scalatest-funsuite" % "3.2.2-M2" % "test",
"org.scalatest" %% "scalatest-flatspec" % "3.2.2-M2" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.2-M2" % "test"
"org.scalatest" %% "scalatest-core" % "3.2.2",
"org.scalatest" %% "scalatest-funsuite" % "3.2.2" % "test",
"org.scalatest" %% "scalatest-flatspec" % "3.2.2" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.2" % "test"
)

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

0 comments on commit ef12f3c

Please sign in to comment.