Skip to content

Commit

Permalink
upgrade to sbt 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 6, 2014
1 parent 311e6a6 commit aba0926
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ libraryDependencies ++= Seq(
"com.ning" % "async-http-client" % "1.7.19"
)

seq(lsSettings :_*)
Seq(lsSettings :_*)

seq(buildInfoSettings:_*)
Seq(buildInfoSettings:_*)

sourceGenerators in Compile <+= buildInfo

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.4
sbt.version=0.13.1
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ object Builds extends sbt.Build {
).dependsOn(scalacheck % "test->compile")

lazy val scalacheck = RootProject(
uri("git://github.com/rickynils/scalacheck.git#1.10.1")
uri("git://github.com/rickynils/scalacheck.git#1.11.3")
)
}
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2")
addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.2.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.3.1")

resolvers ++= Seq(
"less is" at "http://repo.lessis.me",
Expand Down

0 comments on commit aba0926

Please sign in to comment.