From ed39caaef761758c297a5c6bad54edc4d7eac805 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 17:34:40 +0200 Subject: [PATCH] Update sbt-dotenv to 2.1.233 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 18399a6..fec4703 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") // addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") -addSbtPlugin("au.com.onegeek" % "sbt-dotenv" % "2.1.146") +addSbtPlugin("au.com.onegeek" % "sbt-dotenv" % "2.1.233") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")