You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extensions for the [Kryo serialization library](https://github.com/EsotericSoftware/kryo) including
4
9
serializers and a set of classes to ease configuration of Kryo in systems like Hadoop, Storm,
@@ -158,9 +163,10 @@ The latest ScalaDocs are hosted on Chill's [Github Project Page](http://twitter.
158
163
Discussion occurs primarily on the [Chill mailing list](https://groups.google.com/forum/#!forum/chill-user). Issues should be reported on the [GitHub issue tracker](https://github.com/twitter/chill/issues).
159
164
160
165
## Get Involved + Code of Conduct
166
+
161
167
Pull requests and bug reports are always welcome!
162
168
163
-
We use a lightweight form of project governence inspired by the one used by Apache projects.
169
+
We use a lightweight form of project governance inspired by the one used by Apache projects.
164
170
Please see [Contributing and Committership](https://github.com/twitter/analytics-infra-governance#contributing-and-committership) for our code of conduct and our pull request review process.
165
171
The TL;DR is send us a pull request, iterate on the feedback + discussion, and get a +1 from a [Committer](COMMITTERS.md) in order to get your PR accepted.
166
172
@@ -170,7 +176,7 @@ A list of contributors to the project can be found here: [Contributors](https://
170
176
171
177
## Maven
172
178
173
-
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.8.0` and each scala project is published for `2.10`and `2.11`. Search [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cchill) when in doubt.
179
+
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.8.0` and each scala project is published for `2.10`, `2.11`and `2.12`. Search [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cchill) when in doubt.
174
180
175
181
## Authors
176
182
@@ -182,4 +188,4 @@ Chill modules are available on Maven Central. The current groupid and version fo
182
188
183
189
Copyright 2012 Twitter, Inc.
184
190
185
-
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
191
+
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments