From 3cb11b5620c84a3703c86ec5ff4a7517a50e0ee4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 22:24:18 +0000 Subject: [PATCH] typesafe:config 1.4.3 (was 1.4.2) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 521c563..e30eb96 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ import java.util.Locale libraryDependencies ++= Seq( "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value, - "com.typesafe" % "config" % "1.4.2" + "com.typesafe" % "config" % "1.4.3" ) addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")