@@ -3,34 +3,34 @@ import sbt.Keys.libraryDependencies
3
3
4
4
object Dependencies {
5
5
val cirisVersion = " 3.6.0"
6
- val doobieVersion = " 1.0.0-RC5 "
7
- val circeVersion = " 0.14.7 "
6
+ val doobieVersion = " 1.0.0-RC6 "
7
+ val circeVersion = " 0.14.10 "
8
8
val catsEffectVersion = " 3.5.4"
9
9
10
10
val TestLib = Seq (
11
11
libraryDependencies ++= Seq (
12
12
" org.scalamock" %% " scalamock" % " 6.0.0" % Test ,
13
- " org.scalatest" %% " scalatest" % " 3.2.18 " % Test ,
14
- " com.dimafeng" %% " testcontainers-scala" % " 0.41.3 " % Test ,
15
- " org.testcontainers" % " mysql" % " 1.19.8 " % Test ,
16
- " org.testcontainers" % " testcontainers" % " 1.19.8 " % Test
13
+ " org.scalatest" %% " scalatest" % " 3.2.19 " % Test ,
14
+ " com.dimafeng" %% " testcontainers-scala" % " 0.41.4 " % Test ,
15
+ " org.testcontainers" % " mysql" % " 1.20.2 " % Test ,
16
+ " org.testcontainers" % " testcontainers" % " 1.20.2 " % Test
17
17
)
18
18
)
19
19
20
20
val Config = Seq (
21
21
libraryDependencies ++= Seq (
22
22
" is.cir" %% " ciris-enumeratum" % cirisVersion,
23
23
" is.cir" %% " ciris-refined" % cirisVersion,
24
- " eu.timepit" %% " refined" % " 0.11.1 "
24
+ " eu.timepit" %% " refined" % " 0.11.2 "
25
25
)
26
26
)
27
27
28
28
val Logging = Seq (
29
29
libraryDependencies ++= Seq (
30
- " ch.qos.logback" % " logback-classic" % " 1.5.6 " ,
31
- " ch.qos.logback" % " logback-core" % " 1.5.6 " ,
32
- " org.slf4j" % " jcl-over-slf4j" % " 2.0.13 " ,
33
- " org.slf4j" % " jul-to-slf4j" % " 2.0.13 " ,
30
+ " ch.qos.logback" % " logback-classic" % " 1.5.9 " ,
31
+ " ch
8331
.qos.logback" % " logback-core" % " 1.5.9 " ,
32
+ " org.slf4j" % " jcl-over-slf4j" % " 2.0.16 " ,
33
+ " org.slf4j" % " jul-to-slf4j" % " 2.0.16 " ,
34
34
" org.typelevel" %% " log4cats-slf4j" % " 2.7.0"
35
35
)
36
36
)
0 commit comments