We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd512a2 + 2a23935 commit fd6b124Copy full SHA for fd6b124
build.sbt
@@ -4,8 +4,8 @@ ThisBuild / scalaVersion := scala3Version
4
ThisBuild / organization := "com.baeldung"
5
ThisBuild / organizationName := "core-scala"
6
val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
7
-val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.2"
8
-val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test
+val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
+val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test
9
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
10
val logback = "ch.qos.logback" % "logback-classic" % "1.5.18"
11
val embedMongoVersion = "4.20.1"
0 commit comments