Skip to content

Commit

Permalink
Updated examples to Scala 2.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Sep 5, 2011
1 parent ef8091c commit f55aad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/project/Build.scala
Expand Up @@ -6,12 +6,12 @@ object Build extends Build {
// Dependencies
val specs2 = "org.specs2" %% "specs2" % "1.5"
val specs2Test = "org.specs2" %% "specs2" % "1.5" % "test"
val slf4s = "com.weiglewilczek.slf4s" %% "slf4s" % "1.0.6"
val slf4s = "com.weiglewilczek.slf4s" %% "slf4s" % "1.0.7"

// Settings
val commonSettings = Defaults.defaultSettings ++ Seq(
organization := "localhost",
scalaVersion := "2.9.0-1",
scalaVersion := "2.9.1",
libraryDependencies ++= Seq(specs2Test),
shellPrompt := { "sbt (%s)> " format projectId(_) })

Expand Down

0 comments on commit f55aad1

Please sign in to comment.