Skip to content

Commit 6e23ccc

Browse files
committed
Update algebra, alleycats-core, cats-core, ... to 2.13.0
1 parent d609b5b commit 6e23ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crossScalaVersions := List(scala212, scala213)
1111

1212
resolvers += Resolver.sonatypeRepo("snapshots")
1313

14-
lazy val catsVersion = "2.12.0"
14+
lazy val catsVersion = "2.13.0"
1515
lazy val catsMtlVersion = "1.5.0"
1616
lazy val scalaTestPlusVersion = "3.1.0.0-RC2"
1717
lazy val scalacheckVersion = "1.18.1"
@@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
3535
"dev.zio" %% "zio-prelude" % "1.0.0-RC35",
3636

3737
// algebra
38-
"org.typelevel" %% "algebra" % "2.12.0",
38+
"org.typelevel" %% "algebra" % "2.13.0",
3939
"com.twitter" %% "algebird-core" % "0.13.10",
4040

4141
// type level

0 commit comments

Comments
 (0)