Skip to content

Commit 8f6bf47

Browse files
committed
Changed to use scalatest 3.1.1.
1 parent a415857 commit 8f6bf47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "jmock-2.8"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.1.0.0"
5+
version := "3.1.1.0"
66

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

@@ -27,7 +27,7 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
2727

2828
libraryDependencies ++= Seq(
2929
"org.jmock" % "jmock-legacy" % "2.8.3",
30-
"org.scalatest" %% "scalatest" % "3.1.0"
30+
"org.scalatest" %% "scalatest" % "3.1.1"
3131
)
3232

3333
enablePlugins(SbtOsgi)

0 commit comments

Comments
 (0)