Skip to content

Commit

Permalink
Upgrade to sbteclipse 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 6, 2013
1 parent 78ba56e commit aba8cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/project/Build.scala
Expand Up @@ -262,7 +262,7 @@ object PlayBuild extends Build {
sbtPlugin := true,
publishMavenStyle := false,
libraryDependencies := sbtDependencies,
libraryDependencies += "com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0" extra("sbtVersion" -> buildSbtVersionBinaryCompatible, "scalaVersion" -> buildScalaVersionForSbt),
libraryDependencies += "com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1" extra("sbtVersion" -> buildSbtVersionBinaryCompatible, "scalaVersion" -> buildScalaVersionForSbt),
libraryDependencies += "com.typesafe.sbtidea" % "sbt-idea" % "1.1.1" extra("sbtVersion" -> buildSbtVersionBinaryCompatible, "scalaVersion" -> buildScalaVersionForSbt),
unmanagedJars in Compile <++= (baseDirectory) map { b => sbtJars(b / "../..") },
publishTo := Some(playIvyRepository),
Expand Down

0 comments on commit aba8cca

Please sign in to comment.