@@ -8,11 +8,9 @@ This is an sbt 1.x plugin for building Scala modules.
8
8
* [ scala-async] ( https://github.com/scala/scala-async )
9
9
* [ scala-collection-compat] ( https://github.com/scala/scala-collection-compat )
10
10
* [ scala-collection-contrib] ( https://github.com/scala/scala-collection-contrib )
11
- * [ scala-continuations] ( https://github.com/scala/scala-continuations )
12
11
* [ scala-java8-compat] ( https://github.com/scala/scala-java8-compat )
13
12
* [ scala-parallel-collections] ( https://github.com/scala/scala-parallel-collections )
14
13
* [ scala-parser-combinators] ( https://github.com/scala/scala-parser-combinators )
15
- * [ scala-partest] ( https://github.com/scala/scala-partest )
16
14
* [ scala-swing] ( https://github.com/scala/scala-swing )
17
15
* [ scala-xml] ( https://github.com/scala/scala-xml )
18
16
@@ -28,8 +26,9 @@ sbt-ci-release. A release is made by pushing a tag to GitHub.
28
26
The plugin also brings in
29
27
- sbt-travisci to set the ` scalaVersion ` and ` crossScalaVersions `
30
28
- 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 `
33
32
34
33
## Usage
35
34
@@ -83,7 +82,6 @@ The instructions here are a sumamry of the readme in https://github.com/olafurpg
83
82
84
83
- Passphrase: generate one yourself
85
84
- Get the key ` LONG_ID ` from the output and set ` LONG_ID=6E8ED79B03AD527F1B281169D28FC818985732D9 `
86
-
87
85
pub rsa2048 2018-06-10 [ SC] [ expires: 2020-06-09]
88
86
$LONG_ID
89
87
- Copy the public key to a key server
0 commit comments