Skip to content

Commit 70ad982

Browse files
committed
Update CHANGES, readme, version and sbt versions in prep for rls
1 parent 7452bad commit 70ad982

File tree

6 files changed

+294
-219
lines changed

6 files changed

+294
-219
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# chill #
22

3+
### 0.7.2 ###
4+
* Setting the class loader by default: https://github.com/twitter/chill/pull/242
5+
36
### 0.7.1 ###
47
* Add testing support for Java 6, 7 and 8.
58
* Adds two Injection's to lift T into an Externalizer of T.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Discussion occurs primarily on the [Chill mailing list](https://groups.google.co
159159

160160
## Maven
161161

162-
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.6.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.
162+
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.7.2` 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.
163163

164164
## Authors
165165

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ object ChillBuild extends Build {
126126
.filterNot(unreleasedModules.contains(_))
127127
.map { s =>
128128
val suffix = if (javaOnly.contains(s)) "" else "_2.10"
129-
"com.twitter" % ("chill-" + s + suffix) % "0.6.0"
129+
"com.twitter" % ("chill-" + s + suffix) % "0.7.1"
130130
}
131131

132132
def module(name: String) = {

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.8
1+
sbt.version=0.13.9

0 commit comments

Comments
 (0)