We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad36211 + 757d073 commit 3712c95Copy full SHA for 3712c95
build.gradle
@@ -78,7 +78,7 @@ dependencies {
78
// CORE Scala //
79
implementation "org.scala-lang:scala-library:${scalaBinaryVersion}"
80
implementation "org.scala-lang.modules:scala-parallel-collections_${scalaVersion}:1.0.4"
81
- implementation "org.typelevel:cats-core_${scalaVersion}:2.8.0" // advanced functional programming
+ implementation "org.typelevel:cats-core_${scalaVersion}:2.9.0" // advanced functional programming
82
83
// TEST Scala //
84
implementation "org.scalatest:scalatest_$scalaVersion:3.2.14"
0 commit comments