From ed653988ecf18fad1e70528bd58390212e408349 Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:01:05 +0000 Subject: [PATCH] Update cats-core to 2.10.0 --- ulc/Interpreter.scala | 2 +- ulc/Interpreter.test.scala | 2 +- ulc/Parser.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ulc/Interpreter.scala b/ulc/Interpreter.scala index 04646c0..5598541 100644 --- a/ulc/Interpreter.scala +++ b/ulc/Interpreter.scala @@ -1,5 +1,5 @@ //> using scala "3.3.0" -//> using lib "org.typelevel::cats-core::2.9.0" +//> using lib "org.typelevel::cats-core::2.10.0" //> using lib "org.typelevel::cats-parse::0.3.10" package ulc diff --git a/ulc/Interpreter.test.scala b/ulc/Interpreter.test.scala index 22c8cac..055a0bb 100644 --- a/ulc/Interpreter.test.scala +++ b/ulc/Interpreter.test.scala @@ -1,5 +1,5 @@ //> using scala "3.3.0" -//> using lib "org.typelevel::cats-core:2.9.0" +//> using lib "org.typelevel::cats-core:2.10.0" //> using lib "org.scalameta::munit::0.7.29" package ulc diff --git a/ulc/Parser.scala b/ulc/Parser.scala index 18904a6..5f6685e 100644 --- a/ulc/Parser.scala +++ b/ulc/Parser.scala @@ -1,5 +1,5 @@ //> using scala "3.3.0" -//> using lib "org.typelevel::cats-core::2.9.0" +//> using lib "org.typelevel::cats-core::2.10.0" package parser