Skip to content

Commit

Permalink
Added cross version build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Przysucha authored and Michal Przysucha committed Nov 26, 2018
1 parent 3c8bc24 commit 20fbdac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ libraryDependencies ++= Seq(

scalacOptions := Seq("-deprecation", "-unchecked", "-feature")

crossScalaVersions := Seq("2.10.6", "2.12.2")
crossSbtVersions := Seq("0.13.16", "1.0.0")

licenses := Seq("MIT License" -> url("https://github.com/marcuslonnberg/sbt-docker/blob/master/LICENSE"))
homepage := Some(url("https://github.com/marcuslonnberg/sbt-docker"))
scmInfo := Some(ScmInfo(url("https://github.com/marcuslonnberg/sbt-docker"), "scm:git:git://github.com:marcuslonnberg/sbt-docker.git"))
Expand Down

0 comments on commit 20fbdac

Please sign in to comment.