Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Bumped giter8 version *and* fixed repositories for sbt 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed May 14, 2012
1 parent f466bc6 commit eecba37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import Keys._

object GiterateBuild extends Build {
// This build creates a SBT plugin with handy features *and* bundles the SBT script for distribution.
val root = Project("giter8-package", file(".")) settings(Packaging.settings:_*) settings(version := "0.4.3")
val root = Project("giter8-package", file(".")) settings(Packaging.settings:_*) settings(version := "0.4.5")
}
4 changes: 2 additions & 2 deletions src/main/resources/giter8.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[app]
version: 0.4.3
version: 0.4.5
org: net.databinder.giter8
name: giter8
class: giter8.Giter8
[scala]
version: 2.9.1
[repositories]
local
scala-tools-releases
sonatype-oss-releases
maven-central
[boot]
directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}
Expand Down

0 comments on commit eecba37

Please sign in to comment.