Skip to content

Commit

Permalink
Giter8 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 13, 2018
1 parent 4320a92 commit 89c76e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -3,6 +3,6 @@ import Keys._

object Dependencies {
lazy val templateResolverApi = "org.scala-sbt" % "template-resolver" % "0.1"
lazy val giter8 = "org.foundweekends.giter8" %% "giter8" % "0.7.2"
lazy val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0-M1"
lazy val giter8 = "org.foundweekends.giter8" %% "giter8" % "0.11.0"
lazy val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.4"
}

0 comments on commit 89c76e1

Please sign in to comment.