Permalink
Browse files
Updated examples to Scala 2.9.1.
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
example/project/Build.scala
|
@@ -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(_) })
|
|
|
|
|
|
0 comments on commit
f55aad1