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

Commit

Permalink
Fix crossScalaVersions to target play supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frosforever committed Feb 1, 2017
1 parent 8bb6a7a commit 28c1972
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 28c1972

Please sign in to comment.