From 892da17496faf3bd6eba8380b20349653ab3d3d5 Mon Sep 17 00:00:00 2001 From: kaluza-libraries <123489691+kaluza-libraries@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:01:57 +0000 Subject: [PATCH] Update sbt-dotenv to 3.1.1 in master --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 96f2de3..ee536e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8") addSbtPlugin("fr.qux" % "sbt-release-tags-only" % "0.5.0") -addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.233") +addSbtPlugin("nl.gn0s1s" %% "sbt-dotenv" % "3.1.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")