Skip to content

Commit a5c2d08

Browse files
authored
Merge pull request #1935 from yadavan88/update-versions
update multiple versions
2 parents fd2ddc3 + f8580a8 commit a5c2d08

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

build.sbt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ ThisBuild / scalaVersion := scala3Version
44
ThisBuild / organization := "com.baeldung"
55
ThisBuild / organizationName := "core-scala"
66
val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
7-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
8-
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.1" % Test
7+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.2"
8+
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
10-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.17"
10+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.18"
1111
val embedMongoVersion = "4.20.1"
1212
val AkkaVersion = "2.9.3"
1313
val AlpakkaVersion = "8.0.0"
@@ -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.2.1"
110+
libraryDependencies += "com.typesafe" % "config" % "1.4.4"
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.3"
188+
libraryDependencies += "com.typesafe" % "config" % "1.4.4"
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.3",
395+
"com.typesafe" % "config" % "1.4.4",
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",
@@ -472,7 +472,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
472472
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.12"
473473
),
474474
libraryDependencies ++= Seq(
475-
"software.amazon.awssdk" % "sqs" % "2.31.77"
475+
"software.amazon.awssdk" % "sqs" % "2.31.78"
476476
),
477477
Defaults.itSettings
478478
)
@@ -484,7 +484,7 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
484484
scalaVersion := scala3Version,
485485
libraryDependencies ++= scalaTestDeps
486486
.map(_.withConfigurations(Some("it,test"))),
487-
libraryDependencies += "io.scalaland" %% "chimney" % "1.8.1",
487+
libraryDependencies += "io.scalaland" %% "chimney" % "1.8.2",
488488
Defaults.itSettings
489489
)
490490

@@ -506,7 +506,7 @@ lazy val scala_libraries_os = (project in file("scala-libraries-os"))
506506
libraryDependencies ++= scalaTestDeps,
507507
libraryDependencies ++= Seq(
508508
log4jApiScalaDep,
509-
"org.apache.logging.log4j" % "log4j-core" % "2.25.0" % Runtime
509+
"org.apache.logging.log4j" % "log4j-core" % "2.25.1" % Runtime
510510
),
511511
libraryDependencies += osLibDep
512512
)
@@ -521,7 +521,7 @@ lazy val redis_intro =
521521
.map(_.withConfigurations(Some("it,test"))),
522522
libraryDependencies ++= Seq(
523523
"redis.clients" % "jedis" % "6.0.0",
524-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
524+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.1",
525525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526526
),
527527
Defaults.itSettings
@@ -554,7 +554,7 @@ val kafkaVersion = "8.0.0-ce"
554554
val pureconfigVersion = "0.17.9"
555555
val jackSonVersion = "2.19.1"
556556
val log4jApiScalaVersion = "13.1.0"
557-
val log4jVersion = "2.20.0"
557+
val log4jVersion = "2.25.1"
558558
val avro4sVersion = "4.1.2"
559559
val kafkaAvroSerializer = "8.0.0"
560560

@@ -596,7 +596,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
596596
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.787" % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
598598
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
599-
"software.amazon.awssdk" % "s3" % "2.31.77"
599+
"software.amazon.awssdk" % "s3" % "2.31.78"
600600
),
601601
Defaults.itSettings,
602602
IntegrationTest / fork := true
@@ -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.3",
640+
"com.typesafe" % "config" % "1.4.4",
641641
munitDep,
642642
"com.github.japgolly.clearconfig" %% "core" % "3.1.0",
643643
catsEffect,
@@ -743,7 +743,7 @@ lazy val zio3 = (project in file("zio3"))
743743
"dev.zio" %% "zio-http" % "3.3.3",
744744
"io.getquill" %% "quill-zio" % "4.8.5",
745745
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
746-
"com.h2database" % "h2" % "2.2.220"
746+
"com.h2database" % "h2" % "2.3.232"
747747
),
748748
libraryDependencies ++= Seq(
749749
"dev.zio" %% "zio-test" % zioVersion % Test,

0 commit comments

Comments
 (0)