Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Dec 10, 2012
1 parent 9c6649f commit f31c55d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions notes/0.5.3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fixes a regression in 0.5.2 involving private github
repositories. With this release giter8 will again fallback to ssh if
its attempt to access a repository with the git protocol fails.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Builds extends sbt.Build {
import sbtbuildinfo.Plugin._
import conscript.Harness.conscriptSettings

val g8version = "0.5.2"
val g8version = "0.5.3"

val typesafeRepo = "Typesafe repo" at "http://repo.typesafe.com/typesafe/repo/"
lazy val buildSettings = Defaults.defaultSettings ++ lsSettings ++ Seq(
Expand Down

0 comments on commit f31c55d

Please sign in to comment.