Skip to content

Commit

Permalink
Zinc 0.3.7 for sbt 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gkossakowski committed Feb 9, 2015
1 parent 8ba195c commit 609ee64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ZincBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import sbt._
import sbt.Keys._

object ZincBuild extends Build {
val sbtVersion = "0.13.6"
val sbtVersion = "0.13.7"

val resolveSbtLocally = settingKey[Boolean]("resolve-sbt-locally")

lazy val buildSettings = Seq(
organization := "com.typesafe.zinc",
version := "0.3.6-SNAPSHOT",
version := "0.3.7",
scalaVersion := "2.10.4",
crossPaths := false
)
Expand Down

0 comments on commit 609ee64

Please sign in to comment.