Skip to content

Commit bbc1aed

Browse files
committed
xsbt 0.11.0 compatible
1 parent 593b6e2 commit bbc1aed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name := "xsbt-cucumber-plugin"
22

3-
version := "0.3"
3+
version := "0.4"
44

55
organization := "templemore"
66

7-
scalaVersion := "2.8.1"
7+
scalaVersion := "2.9.1"
88

99
sbtPlugin := true
1010

1111
libraryDependencies ++= Seq(
12-
"org.scalatest" %% "scalatest" % "1.5" % "test"
12+
"org.scalatest" %% "scalatest" % "1.6.1" % "test"
1313
)
1414

1515
publishTo := Some(Resolver.file("Local Repo", file((Path.userHome / ".m2" / "repository").toString)))

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.10.1
1+
sbt.version=0.11.0

0 commit comments

Comments
 (0)