Skip to content

Commit

Permalink
Add 2.12 cross building (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsouter authored Jan 20, 2017
1 parent 0bd8be0 commit af837cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
lazy val commonSettings = Seq(
organization := "net.cakesolutions",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.11.8", "2.12.1"),
publishMavenStyle := true,
bintrayOrganization := Some("cakesolutions"),
bintrayPackageLabels := Seq("scala", "kafka"),
// resolvers += "Apache Staging" at "https://repository.apache.org/content/groups/staging/",
scalacOptions in Compile ++= Seq(
"-encoding", "UTF-8",
"-target:jvm-1.8",
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ object Dependencies {
val slf4j = "1.7.21"
val logback = "1.1.7"
val scalaTest = "3.0.0"
val akka = "2.4.14"
val kafka = "0.10.1.0"
val akka = "2.4.16"
val kafka = "0.10.1.1"
val typesafeConfig = "1.3.0"
}
}

0 comments on commit af837cf

Please sign in to comment.