diff --git a/build.sbt b/build.sbt index ebcff77..4e035c4 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies ++= { "org.typelevel" %% "cats-core" % "2.10.0", "ch.qos.logback" % "logback-classic" % "1.5.6", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "com.typesafe" % "config" % "1.4.3", + "com.typesafe" % "config" % "1.4.5", "com.beachape" %% "enumeratum" % "1.7.3", ) ++ scalaTest }