Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Updated sbt to 0.12.3, cleaned house on plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rktoomey committed May 13, 2013
1 parent 1ff3b7b commit 6d6da60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
14 changes: 1 addition & 13 deletions project/SalatBuild.scala
Expand Up @@ -72,7 +72,7 @@ object BuildSettings {
val buildVersion = "1.9.2-SNAPSHOT"
val buildScalaVersion = "2.9.2"

val buildSettings = Defaults.defaultSettings ++ Format.settings ++ Publish.settings ++ Ls.settings ++ net.virtualvoid.sbt.graph.Plugin.graphSettings ++ Seq(
val buildSettings = Defaults.defaultSettings ++ Format.settings ++ Publish.settings ++ net.virtualvoid.sbt.graph.Plugin.graphSettings ++ Seq(
organization := buildOrganization,
version := buildVersion,
scalaVersion := buildScalaVersion,
Expand Down Expand Up @@ -185,15 +185,3 @@ object ShellPrompt {
}
}
}

object Ls {

import _root_.ls.Plugin.LsKeys._

lazy val settings = _root_.ls.Plugin.lsSettings ++ Seq(
(description in lsync) := "A simple serialization library for case classes.",
licenses in lsync <<= licenses,
(tags in lsync) := Seq("mongo", "casbah", "json", "serialization", "object document mapping", "ODM", "mapper", "play", "salat"),
(docsUrl in lsync) := Some(new URL("https://github.com/novus/salat/wiki"))
)
}
2 changes: 1 addition & 1 deletion project/build.properties
Expand Up @@ -22,4 +22,4 @@
# Mailing list: http://groups.google.com/group/scala-salat
#

sbt.version=0.12.1
sbt.version=0.12.3
8 changes: 2 additions & 6 deletions project/plugins.sbt
Expand Up @@ -3,10 +3,6 @@ resolvers ++= Seq(
"coda" at "http://repo.codahale.com"
)

addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.0.1")

addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.0")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.3")

0 comments on commit 6d6da60

Please sign in to comment.