We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593b6e2 commit bbc1aedCopy full SHA for bbc1aed
build.sbt
@@ -1,15 +1,15 @@
1
name := "xsbt-cucumber-plugin"
2
3
-version := "0.3"
+version := "0.4"
4
5
organization := "templemore"
6
7
-scalaVersion := "2.8.1"
+scalaVersion := "2.9.1"
8
9
sbtPlugin := true
10
11
libraryDependencies ++= Seq(
12
- "org.scalatest" %% "scalatest" % "1.5" % "test"
+ "org.scalatest" %% "scalatest" % "1.6.1" % "test"
13
)
14
15
publishTo := Some(Resolver.file("Local Repo", file((Path.userHome / ".m2" / "repository").toString)))
project/build.properties
@@ -1 +1 @@
-sbt.version=0.10.1
+sbt.version=0.11.0
0 commit comments