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.3.4
4+ * Bugfixes for Externalizer with looped object graphs https://github.com/twitter/chill/pull/143
5+
36### 0.3.3
47* Serialize synthetic fields by default: https://github.com/twitter/chill/pull/135
58* Prefer Java to Kryo, but check both in Externalizer: https://github.com/twitter/chill/pull/138
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ object ChillBuild extends Build {
1212
1313 val sharedSettings = Project .defaultSettings ++ mimaDefaultSettings ++ Seq (
1414
15- version := " 0.3.4-SNAPSHOT " ,
15+ version := " 0.3.4" ,
1616 organization := " com.twitter" ,
1717 scalaVersion := " 2.9.3" ,
1818 crossScalaVersions := Seq (" 2.9.3" , " 2.10.0" ),
@@ -156,7 +156,7 @@ object ChillBuild extends Build {
156156 " Clojars Repository" at " http://clojars.org/repo" ,
157157 " Conjars Repository" at " http://conjars.org/repo"
158158 ),
159- libraryDependencies += " storm" % " storm" % " 0.9.0-wip9"
159+ libraryDependencies += " storm" % " storm" % " 0.9.0-wip9" % " provided "
160160 ).dependsOn(chillJava)
161161
162162 // This can only have java deps!
You can’t perform that action at this time.
0 commit comments