From 13cfb5e5a377e6ef4d75855a5fe9f9d07ae8f20d Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:04:12 +0000 Subject: [PATCH] Update cats-core to 2.12.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..bc03048 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.12.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..a330015 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.12.0" //> using lib "org.scalameta::munit::1.0.0" package ulc diff --git a/ulc/Parser.scala b/ulc/Parser.scala index f6d16f3..fb3daec 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.12.0" package parser