Skip to content

Commit

Permalink
cross build chill-bijection for 2.13 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh authored Jan 15, 2020
1 parent 34f910d commit d5000e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtrelease.ReleaseStateTransformations._

val akkaVersion = "2.6.1"
val algebirdVersion = "0.13.6"
val bijectionVersion = "0.9.6"
val bijectionVersion = "0.9.7"
val kryoVersion = "4.0.2"
val scroogeVersion = "19.12.0"
val asmVersion = "4.15"
Expand Down Expand Up @@ -234,6 +234,7 @@ lazy val chillAkka = module("akka")

lazy val chillBijection = module("bijection")
.settings(
crossScalaVersions += "2.13.1",
libraryDependencies ++= Seq(
"com.twitter" %% "bijection-core" % bijectionVersion
)
Expand Down

0 comments on commit d5000e9

Please sign in to comment.