Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Upgrade to sbt idea plugin version 1.2.0, re: #3 #4

Merged
merged 1 commit into from Jan 12, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions scala_29/lift_basic/project/plugins.sbt
Expand Up @@ -7,8 +7,8 @@ libraryDependencies <+= sbtVersion(v => v match {
case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1" case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1"
}) })


//Uncoment this line to enable the sbt idea plugin //Enable the sbt idea plugin
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")


//Uncoment this line to enable the sbt eclipse plugin //Enable the sbt eclipse plugin
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")
7 changes: 4 additions & 3 deletions scala_29/lift_blank/project/plugins.sbt
Expand Up @@ -7,8 +7,9 @@ libraryDependencies <+= sbtVersion(v => v match {
case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1" case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1"
}) })


//Uncoment this line to enable the sbt idea plugin //Enable the sbt idea plugin
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")


//Uncoment this line to enable the sbt eclipse plugin //Enable the sbt eclipse plugin
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")

6 changes: 3 additions & 3 deletions scala_29/lift_json/project/plugins.sbt
Expand Up @@ -7,8 +7,8 @@ libraryDependencies <+= sbtVersion(v => v match {
case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1" case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1"
}) })


//Uncoment this line to enable the sbt idea plugin //Enable the sbt idea plugin
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")


//Uncoment this line to enable the sbt eclipse plugin //Enable the sbt eclipse plugin
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")
6 changes: 3 additions & 3 deletions scala_29/lift_mvc/project/plugins.sbt
Expand Up @@ -7,8 +7,8 @@ libraryDependencies <+= sbtVersion(v => v match {
case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1" case "0.12.1" => "com.github.siasia" %% "xsbt-web-plugin" % "0.12.0-0.2.11.1"
}) })


//Uncoment this line to enable the sbt idea plugin //Enable the sbt idea plugin
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")


//Uncoment this line to enable the sbt eclipse plugin //Enable the sbt eclipse plugin
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")