Skip to content

Commit

Permalink
Merge pull request #38 from ucb-bar/scala211
Browse files Browse the repository at this point in the history
Add Scala 2.11 cross-compilation support.
  • Loading branch information
ucbjrl committed May 15, 2019
2 parents 331c16b + be1399e commit c1793bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ version := "0.1-SNAPSHOT"

scalaVersion := "2.12.6"

crossScalaVersions := Seq("2.12.6", "2.11.12")

resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")
Expand Down

0 comments on commit c1793bb

Please sign in to comment.