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.
1 parent 455016e commit f07cc86Copy full SHA for f07cc86
build.sbt
@@ -1,10 +1,10 @@
1
import com.typesafe.tools.mima.core._
2
3
-val catsVersion = "2.9.0"
+val catsVersion = "2.10.0"
4
val munitVersion = "1.0.0-M8"
5
val munitDisciplineVersion = "2.0.0-M3"
6
val scalacheckVersion = "1.17.0"
7
-val algebraVersion = "2.9.0"
+val algebraVersion = "2.10.0"
8
val Scala212 = "2.12.18"
9
val Scala213 = "2.13.11"
10
val Scala3 = "3.3.0"
0 commit comments