@@ -5,7 +5,7 @@ name := "jmock-2.13"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.18 .0"
8
+ version := " 3.2.19 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-jmock" ))
11
11
@@ -26,17 +26,17 @@ developers := List(
26
26
)
27
27
)
28
28
29
- scalaVersion := " 2.13.12 "
29
+ scalaVersion := " 2.13.13 "
30
30
31
- crossScalaVersions := List (" 2.11.12" , " 2.12.18 " , " 2.13.12 " , " 3.3.1 " )
31
+ crossScalaVersions := List (" 2.11.12" , " 2.12.19 " , " 2.13.13 " , " 3.3.3 " )
32
32
33
33
libraryDependencies ++= Seq (
34
34
" org.jmock" % " jmock-legacy" % " 2.13.1" ,
35
- " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
36
- " org.scalatest" %% " scalatest-flatspec" % " 3.2.18 " % " test" ,
37
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.18 " % " test" ,
38
- " org.scalatest" %% " scalatest-funspec" % " 3.2.18 " % " test" ,
39
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.18 " % " test"
35
+ " org.scalatest" %% " scalatest-core" % " 3.2.19 " ,
36
+ " org.scalatest" %% " scalatest-flatspec" % " 3.2.19 " % " test" ,
37
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.19 " % " test" ,
38
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.19 " % " test" ,
39
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.19 " % " test"
40
40
)
41
41
42
42
enablePlugins(SbtOsgi )
0 commit comments