From ed220b2a990d45de1c7581edd50273377f9cdff7 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 22 Jan 2023 01:05:57 +0000 Subject: [PATCH] Update profig to 3.4.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fc9e26e..e9d7b71 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val root = project .settings( name := "scalapass", libraryDependencies ++= Seq( - "com.outr" %% "profig" % "3.4.5", + "com.outr" %% "profig" % "3.4.9", "de.mkammerer" % "argon2-jvm" % "2.11", "commons-codec" % "commons-codec" % "1.15", "org.scalatest" %% "scalatest" % "3.2.14" % "test"