From 9729e1f627bef8a43794e907869a547f7fbadbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Bilin=CC=81ski?= Date: Thu, 15 Dec 2016 20:01:37 +0100 Subject: [PATCH] Use "sbt-plugin-releases" as the primary plugin repository (close #1) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4294a3a..15c3580 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ An [SBT](http://www.scala-sbt.org/) plugin for managing [Docker](http://docker.i Add the following to your `project/plugins.sbt` file: - resolvers += Resolver.url("bintray-sbilinski", url("http://dl.bintray.com/sbilinski/sbt-plugins"))(Resolver.ivyStylePatterns) - addSbtPlugin("com.mintbeans" % "sbt-ecr" % "0.3.0") Add ECR settings to your `build.sbt`. The following snippet assumes a Docker image build using [sbt-native-packager](https://github.com/sbt/sbt-native-packager):