Skip to content

Commit 5a13934

Browse files
andrewsmartinPiyush Narang
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 d7a7335 commit 5a13934

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.sbt

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

44
val kryoVersion = "2.21"
5-
val bijectionVersion = "0.9.4"
6-
val algebirdVersion = "0.12.0"
75
val akkaVersion = "2.4.16"
6+
val algebirdVersion = "0.13.0"
7+
val bijectionVersion = "0.9.4"
88
val scroogeVersion = "4.12.0"
99

1010
val sharedSettings = mimaDefaultSettings ++ scalariformSettings ++ Seq(
@@ -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)