From d467569797d4074d6ab5ea6eded6e216dc5eb5dc Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:15:23 +0000 Subject: [PATCH] Update cats-core to 2.13.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 c4fa217..5392a93 100644 --- a/ulc/Interpreter.scala +++ b/ulc/Interpreter.scala @@ -1,5 +1,5 @@ //> using scala "3.3.1" -//> using lib "org.typelevel::cats-core::2.10.0" +//> using lib "org.typelevel::cats-core::2.13.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 097d1b4..53f1b9f 100644 --- a/ulc/Interpreter.test.scala +++ b/ulc/Interpreter.test.scala @@ -1,5 +1,5 @@ //> using scala "3.3.1" -//> using lib "org.typelevel::cats-core:2.10.0" +//> using lib "org.typelevel::cats-core:2.13.0" //> using lib "org.scalameta::munit::1.0.0" package ulc diff --git a/ulc/Parser.scala b/ulc/Parser.scala index f6d16f3..3b69625 100644 --- a/ulc/Parser.scala +++ b/ulc/Parser.scala @@ -1,5 +1,5 @@ //> using scala "3.3.1" -//> using lib "org.typelevel::cats-core::2.10.0" +//> using lib "org.typelevel::cats-core::2.13.0" package parser