@@ -5,7 +5,7 @@ name := "jmock-2.13"
55
66organization := " org.scalatestplus"
77
8- version := " 3.2.18 .0"
8+ version := " 3.2.19 .0"
99
1010homepage := Some (url(" https://github.com/scalatest/scalatestplus-jmock" ))
1111
@@ -26,17 +26,17 @@ developers := List(
2626 )
2727)
2828
29- scalaVersion := " 2.13.12 "
29+ scalaVersion := " 2.13.13 "
3030
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 " )
3232
3333libraryDependencies ++= Seq (
3434 " 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"
4040)
4141
4242enablePlugins(SbtOsgi )
0 commit comments