Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 8, 2019
1 parent 19cb674 commit d71613d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
import CrossVersion.partialVersion

val g8version = "0.12.0-SNAPSHOT"
val g8version = "0.12.0"

val javaVmArgs: List[String] = {
import scala.collection.JavaConverters._
Expand Down Expand Up @@ -203,6 +203,8 @@ lazy val bootstrap = (project in file("bootstrap"))
.disablePlugins(BintrayPlugin)
.enablePlugins(SonatypePublish)
.settings(
description := "Bootstrap script for Giter8 launcher",
name := "giter8-bootstrap",
coursierBootstrap := {
val t = target.value / "g8"
val v = version.value
Expand Down

0 comments on commit d71613d

Please sign in to comment.