From 6af5f710d17b0fecaec9f6a60beb885cb1a629cd Mon Sep 17 00:00:00 2001 From: "nt9-steward[bot]" <106868453+nt9-steward[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 00:01:36 +0000 Subject: [PATCH] Update cats-parse to 0.3.10 --- ulc/Interpreter.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulc/Interpreter.scala b/ulc/Interpreter.scala index cbd3644..04646c0 100644 --- a/ulc/Interpreter.scala +++ b/ulc/Interpreter.scala @@ -1,6 +1,6 @@ //> using scala "3.3.0" //> using lib "org.typelevel::cats-core::2.9.0" -//> using lib "org.typelevel::cats-parse::0.3.9" +//> using lib "org.typelevel::cats-parse::0.3.10" package ulc