Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ lazy val scala_core_8 = (project in file("scala-core-modules/scala-core-8"))
libraryDependencies ++= scalaTestDeps,
scalaVersion := scala3Version,
libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
libraryDependencies += "com.typesafe" % "config" % "1.4.4"
libraryDependencies += "com.typesafe" % "config" % "1.4.5"
// scalacOptions += "-Ymacro-debug-lite"
)

Expand Down Expand Up @@ -185,7 +185,7 @@ lazy val scala_core_dates =
libraryDependencies ++= scalaTestDeps,
libraryDependencies += "joda-time" % "joda-time" % "2.14.0",
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "3.0.0",
libraryDependencies += "com.typesafe" % "config" % "1.4.4"
libraryDependencies += "com.typesafe" % "config" % "1.4.5"
)

lazy val scala_lang = (project in file("scala-lang-modules/scala-lang"))
Expand Down Expand Up @@ -392,7 +392,7 @@ lazy val scala2_libraries =
"io.monix" %% "monix" % monixVersion,
pureConfigDep,
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.9",
"com.typesafe" % "config" % "1.4.4",
"com.typesafe" % "config" % "1.4.5",
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
"com.clever-cloud.pulsar4s" %% "pulsar4s-core" % "2.11.0",
"com.clever-cloud.pulsar4s" %% "pulsar4s-jackson" % "2.11.0",
Expand Down Expand Up @@ -637,7 +637,7 @@ lazy val scala_libraries_config = (project in file("scala-libraries-config"))
scalaVersion := scala3Version,
libraryDependencies ++= scalaTestDeps,
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.4",
"com.typesafe" % "config" % "1.4.5",
munitDep,
"com.github.japgolly.clearconfig" %% "core" % "3.1.0",
catsEffect,
Expand Down