Skip to content

Commit

Permalink
fix build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmorr committed May 24, 2017
1 parent c797d7a commit aedde81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -33,6 +33,7 @@ lazy val joda = (project in file("modules/joda")).
lazy val play = (project in file("modules/play")).
settings(settings).
settings(crossScalaVersions ~= { oldVersions => oldVersions.filter(_.startsWith("2.11")) }).
dependsOn(core)

lazy val scalaxml = (project in file("modules/scala-xml")).
settings(settings).
Expand Down

0 comments on commit aedde81

Please sign in to comment.