We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbdb02 commit a760a81Copy full SHA for a760a81
1 file changed
build.sbt
@@ -2,7 +2,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings
2
import sbtrelease.ReleaseStateTransformations._
3
4
val akkaVersion = "2.4.16"
5
-val algebirdVersion = "0.12.0"
+val algebirdVersion = "0.13.0"
6
val bijectionVersion = "0.9.4"
7
val kryoVersion = "4.0.0"
8
val scroogeVersion = "4.12.0"
@@ -253,7 +253,6 @@ lazy val chillAvro = module("avro").settings(
253
).dependsOn(chill,chillJava, chillBijection)
254
255
lazy val chillAlgebird = module("algebird").settings(
256
- crossScalaVersions := crossScalaVersions.value.filterNot(_.startsWith("2.12")),
257
libraryDependencies ++= Seq(
258
"com.twitter" %% "algebird-core" % algebirdVersion
259
)
0 commit comments