From 57b526e2756a03fe56b89a7a1978403bb3c6a896 Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:03:18 +0000 Subject: [PATCH] Update cats-parse to 1.0.0 --- ulc/Interpreter.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulc/Interpreter.scala b/ulc/Interpreter.scala index c4fa217..813d112 100644 --- a/ulc/Interpreter.scala +++ b/ulc/Interpreter.scala @@ -1,6 +1,6 @@ //> using scala "3.3.1" //> using lib "org.typelevel::cats-core::2.10.0" -//> using lib "org.typelevel::cats-parse::0.3.10" +//> using lib "org.typelevel::cats-parse::1.0.0" package ulc