Skip to content

Commit

Permalink
workaround for OutOfMemoryError on g8-test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirofumi committed May 18, 2013
1 parent 54583ab commit 7391543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.11.3
sbt.version=0.12.3
2 changes: 1 addition & 1 deletion project/project/Plugins.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import sbt._

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

0 comments on commit 7391543

Please sign in to comment.