Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNexu committed Oct 5, 2013
1 parent 0bd1d01 commit 0835764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/project/plugins.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sbt._

object PluginDef extends Build {
lazy val root = Project("plugins", file(".")) dependsOn( g8plugin )
lazy val root = Project("plugins", file(".")) dependsOn (g8plugin)
lazy val g8plugin =
ProjectRef(uri("git://github.com/n8han/giter8#0.5.3"), "giter8-plugin")
}

0 comments on commit 0835764

Please sign in to comment.