Skip to content

Commit

Permalink
Updated release version, scala versions and scalatest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Jul 27, 2022
1 parent f56d5a3 commit 11b3f09
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "junit-4.13"

organization := "org.scalatestplus"

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

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

Expand All @@ -31,9 +31,9 @@ scalaVersion := "2.13.8"
crossScalaVersions := List(
"2.10.7",
"2.11.12",
"2.12.15",
"2.12.16",
"2.13.8",
"3.1.2"
"3.1.3"
)

/** Add src/main/scala-{2|3} to Compile / unmanagedSourceDirectories */
Expand All @@ -46,12 +46,12 @@ Compile / unmanagedSourceDirectories ++= {
}

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-core" % "3.2.12",
"org.scalatest" %% "scalatest-core" % "3.2.13",
"junit" % "junit" % "4.13.2",
"org.scalatest" %% "scalatest-wordspec" % "3.2.12" % "test",
"org.scalatest" %% "scalatest-funspec" % "3.2.12" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.12" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12" % "test"
"org.scalatest" %% "scalatest-wordspec" % "3.2.13" % "test",
"org.scalatest" %% "scalatest-funspec" % "3.2.13" % "test",
"org.scalatest" %% "scalatest-funsuite" % "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 11b3f09

Please sign in to comment.