File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Dependencies {
11
11
val keyPool = " 0.4.10"
12
12
13
13
val lettuce = " 6.5.2.RELEASE"
14
- val logback = " 1.5.15 "
14
+ val logback = " 1.5.17 "
15
15
16
16
val kindProjector = " 0.13.3"
17
17
@@ -37,17 +37,17 @@ object Dependencies {
37
37
def reflect (version : String ): ModuleID = " org.scala-lang" % " scala-reflect" % version
38
38
39
39
// Examples libraries
40
- val catsEffect = " org.typelevel" %% " cats-effect" % V .catsEffect
41
- val circeCore = " io.circe" %% " circe-core" % V .circe
42
- val circeGeneric = " io.circe" %% " circe-generic" % V .circe
43
- val circeParser = " io.circe" %% " circe-parser" % V .circe
40
+ val catsEffect = " org.typelevel" %% " cats-effect" % V .catsEffect
41
+ val circeCore = " io.circe" %% " circe-core" % V .circe
42
+ val circeGeneric = " io.circe" %% " circe-generic" % V .circe
43
+ val circeParser = " io.circe" %% " circe-parser" % V .circe
44
44
val log4CatsSlf4j = log4cats(" slf4j" )
45
45
val logback = " ch.qos.logback" % " logback-classic" % V .logback
46
46
47
47
// Testing libraries
48
48
val catsLaws = cats(" core" )
49
49
val catsTestKit = cats(" testkit" )
50
- val munitCore = " org.scalameta" %% " munit" % V .munit
50
+ val munitCore = " org.scalameta" %% " munit" % V .munit
51
51
val munitScalacheck = " org.scalameta" %% " munit-scalacheck" % V .munitScalacheck
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments