Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #129 from frosforever/fix-scala-versions
Browse files Browse the repository at this point in the history
Fix crossScalaVersions to target play 2.4 supported versions
  • Loading branch information
fehguy authored Feb 1, 2017
2 parents 8bb6a7a + 28c1972 commit 5111816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play-2.4/swagger-play2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version := "1.5.4-SNAPSHOT"

checksums in update := Nil

scalaVersion := "2.10.6"
scalaVersion := "2.11.8"

crossScalaVersions := Seq("2.10.6", scalaVersion.value, "2.12.1")
crossScalaVersions := Seq("2.10.6", scalaVersion.value)

libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.21",
Expand Down

0 comments on commit 5111816

Please sign in to comment.