@@ -2,38 +2,38 @@ import sbt.*
22
33object Dependencies {
44
5- val catsHelper = " com.evolutiongaming" %% " cats-helper" % " 3.9.0 "
6- val catsHelperLogback = " com.evolutiongaming" %% " cats-helper-logback" % " 3.9.0 "
7- val smetrics = " com.evolutiongaming" %% " smetrics" % " 2.1 .0"
5+ val catsHelper = " com.evolutiongaming" %% " cats-helper" % " 3.11.3 "
6+ val catsHelperLogback = " com.evolutiongaming" %% " cats-helper-logback" % " 3.11.3 "
7+ val smetrics = " com.evolutiongaming" %% " smetrics" % " 2.2 .0"
88 val scache = " com.evolution" %% " scache" % " 5.1.2"
9- val skafka = " com.evolutiongaming" %% " skafka" % " 17.1.2 "
10- val sstream = " com.evolutiongaming" %% " sstream" % " 1.0.1 "
11- val scassandra = " com.evolutiongaming" %% " scassandra" % " 5.2.1 "
9+ val skafka = " com.evolutiongaming" %% " skafka" % " 17.1.3 "
10+ val sstream = " com.evolutiongaming" %% " sstream" % " 1.0.2 "
11+ val scassandra = " com.evolutiongaming" %% " scassandra" % " 5.3.0 "
1212
1313 object Cats {
14- private val version = " 2.10 .0"
15- private val effectVersion = " 3.4.11 "
14+ private val version = " 2.13 .0"
15+ private val effectVersion = " 3.5.7 "
1616 val core = " org.typelevel" %% " cats-core" % version
17- val mtl = " org.typelevel" %% " cats-mtl" % " 1.3.1 "
17+ val mtl = " org.typelevel" %% " cats-mtl" % " 1.5.0 "
1818 val effect = " org.typelevel" %% " cats-effect" % effectVersion
1919 val effectTestkit = " org.typelevel" %% " cats-effect-testkit" % effectVersion
2020 }
2121
2222 object KafkaJournal {
23- private val version = " 4.1.1 "
23+ private val version = " 4.1.7 "
2424 val journal = " com.evolutiongaming" %% " kafka-journal" % version
2525 val cassandra = " com.evolutiongaming" %% " kafka-journal-eventual-cassandra" % version
2626 val persistence = " com.evolutiongaming" %% " kafka-journal-persistence" % version
2727 }
2828
2929 object Monocle {
30- private val version = " 2.1 .0"
31- val core = " com.github.julien-truffaut " %% " monocle-core" % version
32- val `macro` = " com.github.julien-truffaut " %% " monocle-macro" % version
30+ private val version = " 3.3 .0"
31+ val core = " dev.optics " %% " monocle-core" % version
32+ val `macro` = " dev.optics " %% " monocle-macro" % version
3333 }
3434
3535 object Testing {
36- val munit = " org.scalameta" %% " munit" % " 1.0.0-M10 "
36+ val munit = " org.scalameta" %% " munit" % " 1.1.0 "
3737
3838 object Testcontainers {
3939 private val version = " 0.41.8"
0 commit comments