Skip to content

Commit

Permalink
Upgrade to SBT 0.12.3, sbt-pgp 0.8 and parboiled 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Jun 4, 2013
1 parent 04305cf commit 677d30b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ javacOptions in doc := Seq(
"-encoding", "utf8"
)

scalaVersion := "2.9.2"
scalaVersion := "2.9.3"

scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

libraryDependencies ++= Seq(
"org.parboiled" % "parboiled-java" % "1.1.4",
"org.parboiled" % "parboiled-java" % "1.1.5",
"net.sf.jtidy" % "jtidy" % "r938" % "test",
"org.specs2" %% "specs2" % "1.12.2" % "test"
"org.specs2" %% "specs2" % "1.12.4.1" % "test"
)

resolvers += Opts.resolver.sonatypeReleases
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.12.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8")

0 comments on commit 677d30b

Please sign in to comment.