From 67b7276ff90964052fe3724544e007d19aa7faf1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Feb 2021 01:35:17 +0100 Subject: [PATCH] Update alleycats-core to 2.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0302e6f9..ff8103c6 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val buildSettings = Seq( organization := "org.typelevel" ) -val catsVersion = "2.3.1" +val catsVersion = "2.4.1" val shapelessVersion = "2.3.3" val testKitVersion = "2.1.1"