From 5b7f5e327e7a0b0f599ff30376dbda455132c93b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 18:01:35 +0000 Subject: [PATCH] Update sbt-dotenv to 3.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b387ae8..b9fc2f1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.25") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0") +addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")