From 34bca952120e5142e887f08036cd47b1a05983a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Sun, 13 Jan 2019 21:31:03 +0700 Subject: [PATCH] Add readme with testable code --- project/plugins.sbt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 82c92ea..f88a99a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,8 @@ -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0") -addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.4") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4") +addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0") +addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.4") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4") +addSbtPlugin("zamblauskas" % "sbt-examplestest" % "0.1.2") + +resolvers += Resolver.bintrayIvyRepo("zamblauskas", "sbt-plugins")