File tree 2 files changed +3
-3
lines changed
scala-with-maven/hello-rest
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ ThisBuild / scalaVersion := scala3Version
4
4
ThisBuild / organization := " com.baeldung"
5
5
ThisBuild / organizationName := " core-scala"
6
6
val jUnitInterface = " com.github.sbt" % " junit-interface" % " 0.13.3" % " test"
7
- val catsEffect = " org.typelevel" %% " cats-effect" % " 3.6.0 "
8
- val catEffectTest = " org.typelevel" %% " cats-effect-testkit" % " 3.6.0 " % Test
7
+ val catsEffect = " org.typelevel" %% " cats-effect" % " 3.6.1 "
8
+ val catEffectTest = " org.typelevel" %% " cats-effect-testkit" % " 3.6.1 " % Test
9
9
val scalaReflection = " org.scala-lang" % " scala-reflect" % scalaV
10
10
val logback = " ch.qos.logback" % " logback-classic" % " 1.5.17"
11
11
val embedMongoVersion = " 4.20.0"
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.typelevel</groupId >
24
24
<artifactId >cats-effect_3</artifactId >
25
- <version >3.6.0 </version >
25
+ <version >3.6.1 </version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.http4s</groupId >
You can’t perform that action at this time.
0 commit comments