Skip to content

Commit

Permalink
Merge pull request #12191 from mkurz/config_143
Browse files Browse the repository at this point in the history
[2.8.x] Upgrade typesafe config to 1.4.3
  • Loading branch information
mkurz committed Nov 9, 2023
2 parents 82c4756 + 28f93ac commit 2c3c424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -203,7 +203,7 @@ object Dependencies {
)
}

val typesafeConfig = "com.typesafe" % "config" % "1.4.2"
val typesafeConfig = "com.typesafe" % "config" % "1.4.3"

def sbtDependencies(sbtVersion: String, scalaVersion: String) = {
def sbtDep(moduleId: ModuleID) = sbtPluginDep(moduleId, sbtVersion, scalaVersion)
Expand Down

0 comments on commit 2c3c424

Please sign in to comment.