@@ -5,7 +5,7 @@ name := "jmock-2.13"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.19.0 "
8
+ version := " 3.3.0.0-RC1 "
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.13 "
29
+ scalaVersion := " 2.13.16 "
30
30
31
- crossScalaVersions := List (" 2.11.12" , " 2.12.19 " , " 2.13.13 " , " 3.3.3 " )
31
+ crossScalaVersions := List (" 2.11.12" , " 2.12.20 " , " 2.13.16 " , " 3.3.6 " )
32
32
33
33
libraryDependencies ++= Seq (
34
34
" org.jmock" % " jmock-legacy" % " 2.13.1" ,
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"
35
+ " org.scalatest" %% " scalatest-core" % " 3.3.0-RC1 " ,
36
+ " org.scalatest" %% " scalatest-flatspec" % " 3.3.0-RC1 " % " test" ,
37
+ " org.scalatest" %% " scalatest-funsuite" % " 3.3.0-RC1 " % " test" ,
38
+ " org.scalatest" %% " scalatest-funspec" % " 3.3.0-RC1 " % " test" ,
39
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.3.0-RC1 " % " test"
40
40
)
41
41
42
42
enablePlugins(SbtOsgi )
@@ -61,10 +61,7 @@ OsgiKeys.additionalHeaders:= Map(
61
61
" Bundle-Vendor" -> " Artima, Inc."
62
62
)
63
63
64
- publishTo := {
65
- val nexus = " https://oss.sonatype.org/"
66
- Some (" publish-releases" at nexus + " service/local/staging/deploy/maven2" )
67
- }
64
+ publishTo := localStaging.value
68
65
69
66
publishMavenStyle := true
70
67
0 commit comments