Skip to content

Commit

Permalink
Made the source code to build with scalatest 3.3.0.0-alpha.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Dec 15, 2023
1 parent d042700 commit 9a995e0
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 := "jmock-2.12"

organization := "org.scalatestplus"

version := "3.2.17.0"
version := "3.3.0.0-alpha.1"

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

Expand All @@ -26,17 +26,17 @@ developers := List(
)
)

scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

crossScalaVersions := List("2.10.7", "2.11.12", "2.12.17", "2.13.11", "3.1.3")
crossScalaVersions := List("2.11.12", "2.12.18", "2.13.12", "3.3.1")

libraryDependencies ++= Seq(
"org.jmock" % "jmock-legacy" % "2.12.0",
"org.scalatest" %% "scalatest-core" % "3.2.17",
"org.scalatest" %% "scalatest-flatspec" % "3.2.17" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test",
"org.scalatest" %% "scalatest-funspec" % "3.2.17" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % "test"
"org.scalatest" %% "scalatest-core" % "3.3.0-alpha.1",
"org.scalatest" %% "scalatest-flatspec" % "3.3.0-alpha.1" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.3.0-alpha.1" % "test",
"org.scalatest" %% "scalatest-funspec" % "3.3.0-alpha.1" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.3.0-alpha.1" % "test"
)

enablePlugins(SbtOsgi)
Expand Down

0 comments on commit 9a995e0

Please sign in to comment.