From 61e5567e405d64a31950a50e4a8941af9b821c20 Mon Sep 17 00:00:00 2001 From: Vaidas Pilkauskas Date: Tue, 8 Feb 2022 16:39:43 +0200 Subject: [PATCH] Fix org_typelevel__cats_core sha for 2.13 --- third_party/repositories/scala_2_13.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/repositories/scala_2_13.bzl b/third_party/repositories/scala_2_13.bzl index b7a56a7dc..32d90044e 100644 --- a/third_party/repositories/scala_2_13.bzl +++ b/third_party/repositories/scala_2_13.bzl @@ -430,7 +430,7 @@ artifacts = { "org_typelevel__cats_core": { "testonly": True, "artifact": "org.typelevel:cats-core_2.13:2.2.0", - "sha256": "6058d02418e4eb5f1919a1156d63d2d1b93f2c6190b1a1806ee2b73f8726a923", + "sha256": "6058d02418e4eb5f1919a1156d63d2d1b93f2c6190b1a1806ee2b73f8726a92f", }, "com_google_guava_guava_21_0_with_file": { "testonly": True,