Skip to content

Commit 1e756a8

Browse files
author
Piyush Narang
committed
Update readme
1 parent 886f42e commit 1e756a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ A list of contributors to the project can be found here: [Contributors](https://
144144

145145
## Maven
146146

147-
Bijection modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.9.2`.
147+
Bijection modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.9.3`.
148148

149149
Current published artifacts are
150150

@@ -160,9 +160,9 @@ Current published artifacts are
160160
* `bijection-avro`
161161
* `bijection-hbase`
162162

163-
Every artifact is published against Scala `"2.10"` and `"2.11"`. To pull in the jars, make sure to add your desired scala version as a suffix, ie:
163+
Every artifact is published against Scala `"2.10"` and `"2.11"`. We currently publish a subset of bijection's modules against Scala `"2.12"`. Bijection modules - bijection-util and bijection-scrooge depend on other projects to publish 2.12 artifacts and currently aren't being published. To pull in the jars, make sure to add your desired scala version as a suffix, ie:
164164

165-
`bijection-core_2.10` or `bijection-core_2.11`
165+
`bijection-core_2.10` or `bijection-core_2.11` or `bijection-core_2.12`.
166166

167167
## Chat
168168
[![Gitter](https://badges.gitter.im/twitter/bijection.svg)](https://gitter.im/twitter/bijection?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

0 commit comments

Comments
 (0)