File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# chill #
22
3+ ### 0.4.1
4+ * reverse Config contains logic: https://github.com/twitter/chill/pull/205
5+ * fix setConf: https://github.com/twitter/chill/pull/204
6+ * fix default constructor for kryo serialization: https://github.com/twitter/chill/pull/203
7+
38### 0.4.0
49* Support serializing asJavaIterable.: https://github.com/twitter/chill/pull/192
510* Remove a deprecation, that really should never have been there: https://github.com/twitter/chill/pull/189
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ object ChillBuild extends Build {
2020
2121 val sharedSettings = Project .defaultSettings ++ mimaDefaultSettings ++ scalariformSettings ++ Seq (
2222
23- version := " 0.4.0 " ,
23+ version := " 0.4.1 " ,
2424 organization := " com.twitter" ,
2525 scalaVersion := " 2.9.3" ,
2626 crossScalaVersions := Seq (" 2.9.3" , " 2.10.3" ),
You can’t perform that action at this time.
0 commit comments