File tree 5 files changed +4
-7
lines changed
5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
39
39
echo " Releasing $tagVer on Java version $currentJvmVer according to 'scalaVersionsByJvm' in build.sbt."
40
40
fi
41
41
42
- extraTarget= " +publish-signed "
42
+ extraTarget= " +publishSigned "
43
43
cat admin/gpg.sbt >> project/plugins.sbt
44
44
cp admin/publish-settings.sbt .
45
45
Original file line number Diff line number Diff line change 1
-
2
- addSbtPlugin(" com.typesafe.sbt" % " sbt-pgp" % " 0.8.3" ) // only added when publishing, see build.sh
1
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2-1" ) // only added when publishing, see build.sh
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ scalaVersion in ThisBuild := "2.13.0-M5" // for testing
21
21
22
22
OsgiKeys .exportPackage := Seq (s " scala.swing.*;version= ${version.value}" )
23
23
24
- licenses := Seq (" Apache 2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" ))
25
-
26
24
mimaPreviousVersion := Some (" 2.1.0" )
27
25
28
26
// set the prompt (for this build) to include the project id.
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.18
1
+ sbt.version =1.2.8
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 1 .0.14 " )
1
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2 .0.0 " )
You can’t perform that action at this time.
0 commit comments