Skip to content

Commit a760a81

Browse files
andrewsmartinjohnynek
authored andcommitted
Bump algebird to enable 2.12 cross build. (#281)
* Bump algebird to enable 2.12 cross build. * Bump algebird to 0.13.0.
1 parent fdbdb02 commit a760a81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings
22
import sbtrelease.ReleaseStateTransformations._
33

44
val akkaVersion = "2.4.16"
5-
val algebirdVersion = "0.12.0"
5+
val algebirdVersion = "0.13.0"
66
val bijectionVersion = "0.9.4"
77
val kryoVersion = "4.0.0"
88
val scroogeVersion = "4.12.0"
@@ -253,7 +253,6 @@ lazy val chillAvro = module("avro").settings(
253253
).dependsOn(chill,chillJava, chillBijection)
254254

255255
lazy val chillAlgebird = module("algebird").settings(
256-
crossScalaVersions := crossScalaVersions.value.filterNot(_.startsWith("2.12")),
257256
libraryDependencies ++= Seq(
258257
"com.twitter" %% "algebird-core" % algebirdVersion
259258
)

0 commit comments

Comments
 (0)