Skip to content

Commit

Permalink
added starter plugin (for heroku)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhobi committed Sep 27, 2014
1 parent 78c623c commit 96cb09b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions build.sbt
@@ -1,14 +1,14 @@
import com.typesafe.sbt.SbtStartScript

seq(StartScriptPlugin.startScriptForClassesSettings: _*)

name := "GlobalChat"

version := "0.0.1"

resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/"

organization := "net.liftweb"

scalaVersion := "2.10.0"
scalaVersion := "2.10.2"

resolvers ++= Seq("snapshots" at "http://oss.sonatype.org/content/repositories/snapshots",
"releases" at "http://oss.sonatype.org/content/repositories/releases"
Expand All @@ -32,3 +32,5 @@ libraryDependencies ++= {
)
}

seq(SbtStartScript.startScriptForClassesSettings: _*)

4 changes: 2 additions & 2 deletions project/plugins.sbt
@@ -1,4 +1,4 @@
resolvers += Classpaths.typesafeResolver
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "0.3.0")

Expand All @@ -8,4 +8,4 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
//Enable the sbt eclipse plugin
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")

addSbtPlugin("com.typesafe.sbt" %% "sbt-start-script" % "0.10.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-start-script" % "0.9.0")

0 comments on commit 96cb09b

Please sign in to comment.