Skip to content

Commit 1a81d3c

Browse files
committed
set scala version to 2.10
1 parent ed63ac0 commit 1a81d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/swagger-play2-utils/project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object ApplicationBuild extends Build {
88
val appName = "swagger-play2-utils"
99
val appVersion = "1.3.8-SNAPSHOT"
1010

11-
scalaVersion := "2.11.1"
11+
scalaVersion := "2.10.3"
1212

1313
val appDependencies: Seq[sbt.ModuleID] = Seq(
1414
"org.slf4j" % "slf4j-api" % "1.6.4",
@@ -18,7 +18,7 @@ object ApplicationBuild extends Build {
1818

1919
val main = Project(appName, file(".")).enablePlugins(PlayScala).settings(
2020
crossScalaVersions := Seq("2.10.4", "2.11.1"),
21-
scalaVersion := "2.11.1",
21+
scalaVersion := "2.10.3",
2222
version := appVersion,
2323
libraryDependencies ++= appDependencies,
2424
publishTo <<= version { (v: String) =>

0 commit comments

Comments
 (0)