Skip to content

Commit

Permalink
upgrade to scala 2.10.3, sbt to 0.13.0, sbt-pgp to 0.8.1, sbteclipse-…
Browse files Browse the repository at this point in the history
…plugin to 2.4.0 and specs2 to 2.3.4
  • Loading branch information
Duncan Crawford committed Nov 27, 2013
1 parent bbeeac4 commit 3ffec1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import sbt.inc.Analysis

object BuildSettings {
val buildVersion = "3.1-SNAPSHOT"
val buildScalaVersion = "2.10.0"
val buildScalaVersion = "2.10.3"

val buildSettings = Defaults.defaultSettings ++ Seq(
organization := "org.scalamock",
Expand Down Expand Up @@ -92,7 +92,7 @@ object ShellPrompt {

object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "2.0"
val specs2 = "org.specs2" %% "specs2" % "1.13"
val specs2 = "org.specs2" %% "specs2" % "2.3.4"
val reflect = "org.scala-lang" % "scala-reflect" % BuildSettings.buildScalaVersion
}

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.12.1
sbt.version=0.13.0
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")

0 comments on commit 3ffec1d

Please sign in to comment.