Skip to content

Commit 90b65fa

Browse files
authored
Merge pull request #1993 from Baeldung/update/typesafe-1.4.5
Update typesafe:config from 1.4.4 to 1.4.5
2 parents 7e2cafc + 1a47949 commit 90b65fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ lazy val scala_core_8 = (project in file("scala-core-modules/scala-core-8"))
107107
libraryDependencies ++= scalaTestDeps,
108108
scalaVersion := scala3Version,
109109
libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
110-
libraryDependencies += "com.typesafe" % "config" % "1.4.4"
110+
libraryDependencies += "com.typesafe" % "config" % "1.4.5"
111111
// scalacOptions += "-Ymacro-debug-lite"
112112
)
113113

@@ -185,7 +185,7 @@ lazy val scala_core_dates =
185185
libraryDependencies ++= scalaTestDeps,
186186
libraryDependencies += "joda-time" % "joda-time" % "2.14.0",
187187
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "3.0.0",
188-
libraryDependencies += "com.typesafe" % "config" % "1.4.4"
188+
libraryDependencies += "com.typesafe" % "config" % "1.4.5"
189189
)
190190

191191
lazy val scala_lang = (project in file("scala-lang-modules/scala-lang"))
@@ -392,7 +392,7 @@ lazy val scala2_libraries =
392392
"io.monix" %% "monix" % monixVersion,
393393
pureConfigDep,
394394
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.9",
395-
"com.typesafe" % "config" % "1.4.4",
395+
"com.typesafe" % "config" % "1.4.5",
396396
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
397397
"com.clever-cloud.pulsar4s" %% "pulsar4s-core" % "2.11.0",
398398
"com.clever-cloud.pulsar4s" %% "pulsar4s-jackson" % "2.11.0",
@@ -637,7 +637,7 @@ lazy val scala_libraries_config = (project in file("scala-libraries-config"))
637637
scalaVersion := scala3Version,
638638
libraryDependencies ++= scalaTestDeps,
639639
libraryDependencies ++= Seq(
640-
"com.typesafe" % "config" % "1.4.4",
640+
"com.typesafe" % "config" % "1.4.5",
641641
munitDep,
642642
"com.github.japgolly.clearconfig" %% "core" % "3.1.0",
643643
catsEffect,

0 commit comments

Comments
 (0)