Skip to content

Commit a706745

Browse files
committed
Bump versions
1 parent e1aed43 commit a706745

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)