This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch wip-chbatey-upgrade-sbt
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-grpc-quickstart-scala-g8.git

commit 2839baf98218e56c1d8aa1188a50826bbbfc37bc
Author: Christopher Batey <[email protected]>
AuthorDate: Fri Aug 10 11:00:42 2018 +0100

    Upgrade sbt
---
 build.sbt                | 1 +
 project/build.properties | 2 +-
 project/giter8.sbt       | 2 +-
 project/paradox.sbt      | 3 +--
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.sbt b/build.sbt
index f555964..9e28dbb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,6 +10,7 @@ lazy val root = (project in file("."))
     scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", 
"-XX:ReservedCodeCacheSize=128m", "-XX:MaxMetaspaceSize=256m", "-Xss2m", 
"-Dfile.encoding=UTF-8"),
     resolvers += Resolver.url("typesafe", 
url("http://repo.typesafe.com/typesafe/ivy-releases/";))(Resolver.ivyStylePatterns)
   )
+  .enablePlugins(ScriptedPlugin)
 
 // Documentation for this project:
 //    sbt "project docs" "~ paradox"
diff --git a/project/build.properties b/project/build.properties
index 133a8f1..5620cc5 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.17
+sbt.version=1.2.1
diff --git a/project/giter8.sbt b/project/giter8.sbt
index 70a8882..ead8741 100644
--- a/project/giter8.sbt
+++ b/project/giter8.sbt
@@ -1 +1 @@
-addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.10.0")
+addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.11.0")
diff --git a/project/paradox.sbt b/project/paradox.sbt
index cf17b0d..8960d0b 100644
--- a/project/paradox.sbt
+++ b/project/paradox.sbt
@@ -1,2 +1 @@
-// sbt-paradox, used for documentation
-addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.2")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.5")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to