Skip to content

Commit a0623cb

Browse files
authored
Merge branch 'master' into update/s3-2.29.24
2 parents 2fa97a3 + 6b3217d commit a0623cb

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

build.sbt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.5.6"
8-
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.6" % Test
7+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
8+
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.7" % Test
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1010
val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
1111
val embedMongoVersion = "4.18.0"
@@ -409,7 +409,7 @@ lazy val scala2_libraries =
409409
val circeVersion = "0.14.10"
410410
val monixVersion = "3.4.1"
411411
val sparkVersion = "3.5.3"
412-
val elastic4sVersion = "8.15.4"
412+
val elastic4sVersion = "8.16.0"
413413

414414
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
415415
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
@@ -483,7 +483,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
483483
val log4jApiScalaDep =
484484
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
485485

486-
val munitDep = "org.scalameta" %% "munit" % "1.0.2" % Test
486+
val munitDep = "org.scalameta" %% "munit" % "1.0.3" % Test
487487

488488
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
489489
.settings(
@@ -536,13 +536,13 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
536536
)
537537

538538
val spireVersion = "0.18.0"
539-
val kafkaVersion = "7.7.1-ce"
539+
val kafkaVersion = "7.7.2-ce"
540540
val pureconfigVersion = "0.17.8"
541-
val jackSonVersion = "2.18.1"
541+
val jackSonVersion = "2.18.2"
542542
val log4jApiScalaVersion = "13.1.0"
543543
val log4jVersion = "2.20.0"
544544
val avro4sVersion = "4.1.2"
545-
val kafkaAvroSerializer = "7.7.1"
545+
val kafkaAvroSerializer = "7.7.2"
546546

547547
val pureConfigDep = "com.github.pureconfig" %% "pureconfig" % pureconfigVersion
548548

@@ -631,9 +631,9 @@ lazy val scala_libraries_config = (project in file("scala-libraries-config"))
631631
circeDep,
632632
circeParserDep
633633
),
634-
libraryDependencies += "is.cir" %% "ciris" % "3.6.0",
635-
libraryDependencies += "is.cir" %% "ciris-circe" % "3.6.0",
636-
libraryDependencies += "is.cir" %% "ciris-circe-yaml" % "3.6.0"
634+
libraryDependencies += "is.cir" %% "ciris" % "3.7.0",
635+
libraryDependencies += "is.cir" %% "ciris-circe" % "3.7.0",
636+
libraryDependencies += "is.cir" %% "ciris-circe-yaml" % "3.7.0"
637637
)
638638

639639
lazy val scala_strings = (project in file("scala-strings"))

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.6
22

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.2.1")
77
libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.4"
88

99
// Make sure to keep the play plugin in sync with the sub modules under play-scala group
10-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")
10+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")
1111

1212
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.1")
1313
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.1")

sbt-release/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.10.5
1+
sbt.version = 1.10.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.6

scala-with-maven/hello-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.typelevel</groupId>
2424
<artifactId>cats-effect_3</artifactId>
25-
<version>3.5.6</version>
25+
<version>3.5.7</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.http4s</groupId>

scalatra/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.6

0 commit comments

Comments
 (0)