File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings
22import sbtrelease .ReleaseStateTransformations ._
33
44val kryoVersion = " 2.21"
5- val bijectionVersion = " 0.9.4"
6- val algebirdVersion = " 0.12.0"
75val akkaVersion = " 2.4.16"
6+ val algebirdVersion = " 0.13.0"
7+ val bijectionVersion = " 0.9.4"
88val scroogeVersion = " 4.12.0"
99
1010val sharedSettings = mimaDefaultSettings ++ scalariformSettings ++ Seq (
@@ -253,7 +253,6 @@ lazy val chillAvro = module("avro").settings(
253253).dependsOn(chill,chillJava, chillBijection)
254254
255255lazy val chillAlgebird = module(" algebird" ).settings(
256- crossScalaVersions := crossScalaVersions.value.filterNot(_.startsWith(" 2.12" )),
257256 libraryDependencies ++= Seq (
258257 " com.twitter" %% " algebird-core" % algebirdVersion
259258 )
You can’t perform that action at this time.
0 commit comments