File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010### Breaking Changes
1111
1212* ** Dropped Scala 2.12 support** - Now supports Scala 3.6.3 and 2.13.16 only
13- * ** Upgraded to Cats Effect 3** - Migrated from Cats Effect 2.x to 3.5.7
13+ * ** Upgraded to Cats Effect 3** - Migrated from Cats Effect 2.x to 3.6.3
1414
1515### Changed
1616
2121
2222* Added new cats-effect-testing-scalatest: 1.6.0
2323* Upgraded to cats-core: 2.13.0
24- * Upgraded to cats-effect: 3.5.7
24+ * Upgraded to cats-effect: 3.6.3
2525* Upgraded to cats-kernel: 2.13.0
2626* Upgraded to cats-scalatest: 4.0.2 (for Scala 3)
27- * Upgraded to enumeratum: 1.7.5
27+ * Upgraded to enumeratum: 1.7.6
2828* Upgraded to scalacheck: 1.18.1
29- * Upgraded to scalamock: 6.0 .0
29+ * Upgraded to scalamock: 6.2 .0
3030* Upgraded to scalatest: 3.2.19
3131
3232### Build & Plugin Changes
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ object Dependencies {
1111
1212 // Libraries //
1313
14- lazy val CatsEffectVersion = " 3.5.7 "
14+ lazy val CatsEffectVersion = " 3.6.3 "
1515 lazy val CatsVersion = " 2.13.0"
16- lazy val EnumeratumVersion = " 1.7.5 "
16+ lazy val EnumeratumVersion = " 1.7.6 "
1717
1818 lazy val CatsCoreDep = " org.typelevel" %% " cats-core" % CatsVersion
1919 lazy val CatsEffectDep = " org.typelevel" %% " cats-effect" % CatsEffectVersion
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object TestDependencies {
99 lazy val CatsScalaTestVersion2 = " 3.1.1" // For Scala 2.13
1010 lazy val CatsScalaTestVersion3 = " 4.0.2" // For Scala 3
1111 lazy val ScalaCheckVersion = " 1.18.1"
12- lazy val ScalaMockVersion = " 6.0 .0"
12+ lazy val ScalaMockVersion = " 6.2 .0"
1313 lazy val ScalaTestVersion = " 3.2.19"
1414
1515 lazy val CatsEffectTestingDep = " org.typelevel" %% " cats-effect-testing-scalatest" % CatsEffectTestingVersion % " test,it"
You can’t perform that action at this time.
0 commit comments