@@ -8,11 +8,9 @@ This is an sbt 1.x plugin for building Scala modules.
88* [ scala-async] ( https://github.com/scala/scala-async )
99* [ scala-collection-compat] ( https://github.com/scala/scala-collection-compat )
1010* [ scala-collection-contrib] ( https://github.com/scala/scala-collection-contrib )
11- * [ scala-continuations] ( https://github.com/scala/scala-continuations )
1211* [ scala-java8-compat] ( https://github.com/scala/scala-java8-compat )
1312* [ scala-parallel-collections] ( https://github.com/scala/scala-parallel-collections )
1413* [ scala-parser-combinators] ( https://github.com/scala/scala-parser-combinators )
15- * [ scala-partest] ( https://github.com/scala/scala-partest )
1614* [ scala-swing] ( https://github.com/scala/scala-swing )
1715* [ scala-xml] ( https://github.com/scala/scala-xml )
1816
@@ -28,8 +26,9 @@ sbt-ci-release. A release is made by pushing a tag to GitHub.
2826The plugin also brings in
2927 - sbt-travisci to set the ` scalaVersion ` and ` crossScalaVersions `
3028 - sbt-dynver to set the ` version ` based on the git history
31- - sbt-header
32- - sbt-osgi (only enabled when using ` scalaModuleOsgiSettings ` )
29+ - sbt-header to automate copyright header maintenance
30+ - sbt-mima-plugin to maintain binary compatibility
31+ - sbt-osgi, if enabled with ` scalaModuleOsgiSettings `
3332
3433## Usage
3534
@@ -83,7 +82,6 @@ The instructions here are a sumamry of the readme in https://github.com/olafurpg
8382 - Email: "scala-internals@googlegroups.com "
8483 - Passphrase: generate one yourself
8584 - Get the key ` LONG_ID ` from the output and set ` LONG_ID=6E8ED79B03AD527F1B281169D28FC818985732D9 `
86-
8785 pub rsa2048 2018-06-10 [ SC] [ expires: 2020-06-09]
8886 $LONG_ID
8987 - Copy the public key to a key server
0 commit comments