Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Oct 22, 2023
1 parent c94a02c commit 7cf763e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ lazy val basicSettings = Seq(

lazy val dependencySettings = Seq(
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
libraryDependencies += "com.typesafe" % "config" % "1.4.2",
libraryDependencies += "com.typesafe" % "config" % "1.4.3",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.14" % "test"
)

0 comments on commit 7cf763e

Please sign in to comment.