diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 8bda4de..6d58440 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,4 +1,6 @@ -name = iw-project +name = ff-project iw_version = 0.1.0-SNAPSHOT sbt_version = 1.5.5 java_version = 11 +ff_version = 0.1.0-SNAPSHOT +sbt_gitlab_version = 0.0.6 diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 8bda4de..6d58440 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,4 +1,6 @@ -name = iw-project +name = ff-project iw_version = 0.1.0-SNAPSHOT sbt_version = 1.5.5 java_version = 11 +ff_version = 0.1.0-SNAPSHOT +sbt_gitlab_version = 0.0.6 diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 3f87abf..befceee 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1 +1,4 @@ +addSbtPlugin("com.fiftyforms" % "sbt-ff-projects" % "$ff_version$") +addSbtPlugin("com.gilcloud" % "sbt-gitlab" % "$sbt_gitlab_version$") + addIWProjects