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

Commit

Permalink
Minor version upgrades.
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Dec 5, 2012
1 parent 47d7f23 commit 4243ea4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/SalatBuild.scala
Expand Up @@ -144,11 +144,11 @@ object Publish {


object Dependencies { object Dependencies {


private val LogbackVersion = "1.0.7" private val LogbackVersion = "1.0.9"


val specs2 = "org.specs2" %% "specs2" % "1.12.2" % "test" val specs2 = "org.specs2" %% "specs2" % "1.12.2" % "test"
val commonsLang = "commons-lang" % "commons-lang" % "2.5" % "test" val commonsLang = "commons-lang" % "commons-lang" % "2.6" % "test"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.6.4" val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.2"
val logbackCore = "ch.qos.logback" % "logback-core" % LogbackVersion % "test" val logbackCore = "ch.qos.logback" % "logback-core" % LogbackVersion % "test"
val logbackClassic = "ch.qos.logback" % "logback-classic" % LogbackVersion % "test" val logbackClassic = "ch.qos.logback" % "logback-classic" % LogbackVersion % "test"
val casbah = "org.mongodb" %% "casbah" % "2.4.1" pomOnly() val casbah = "org.mongodb" %% "casbah" % "2.4.1" pomOnly()
Expand Down
7 changes: 7 additions & 0 deletions project/plugins.sbt
Expand Up @@ -3,6 +3,10 @@ resolvers ++= Seq(
"coda" at "http://repo.codahale.com" "coda" at "http://repo.codahale.com"
) )


resolvers += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases"

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

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


addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6") addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")
Expand All @@ -11,3 +15,6 @@ addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2")


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


addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0-SNAPSHOT")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.0")

0 comments on commit 4243ea4

Please sign in to comment.