We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed63ac0 commit 1a81d3cCopy full SHA for 1a81d3c
modules/swagger-play2-utils/project/Build.scala
@@ -8,7 +8,7 @@ object ApplicationBuild extends Build {
8
val appName = "swagger-play2-utils"
9
val appVersion = "1.3.8-SNAPSHOT"
10
11
- scalaVersion := "2.11.1"
+ scalaVersion := "2.10.3"
12
13
val appDependencies: Seq[sbt.ModuleID] = Seq(
14
"org.slf4j" % "slf4j-api" % "1.6.4",
@@ -18,7 +18,7 @@ object ApplicationBuild extends Build {
18
19
val main = Project(appName, file(".")).enablePlugins(PlayScala).settings(
20
crossScalaVersions := Seq("2.10.4", "2.11.1"),
21
- scalaVersion := "2.11.1",
+ scalaVersion := "2.10.3",
22
version := appVersion,
23
libraryDependencies ++= appDependencies,
24
publishTo <<= version { (v: String) =>
0 commit comments