Skip to content

Commit fbecd73

Browse files
committed
Updated more libraries
1 parent f76f40f commit fbecd73

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

@@ -21,12 +21,12 @@
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

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

project/TestDependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)