Skip to content

Commit

Permalink
Updated scala and scalatest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Jul 27, 2022
1 parent c63feaa commit 639738e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "easymock-4.3"

organization := "org.scalatestplus"

version := "3.2.12.0"
version := "3.2.13.0"

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

Expand All @@ -28,16 +28,16 @@ developers := List(

scalaVersion := "2.13.8"

crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.8", "3.1.2")
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.16", "2.13.8", "3.1.3")

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
"org.easymock" % "easymock" % "4.3",
"org.scalatest" %% "scalatest-core" % "3.2.12",
"org.scalatest" %% "scalatest-funsuite" % "3.2.12" % "test",
"org.scalatest" %% "scalatest-flatspec" % "3.2.12" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12" % "test"
"org.scalatest" %% "scalatest-core" % "3.2.13",
"org.scalatest" %% "scalatest-funsuite" % "3.2.13" % "test",
"org.scalatest" %% "scalatest-flatspec" % "3.2.13" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % "test"
)

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

0 comments on commit 639738e

Please sign in to comment.