From c4e334f8e6069826e1f79fd2365ae4df568b91c4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:23:38 +0200 Subject: [PATCH] Update circe-fs2 to 0.14.1 in scala-cli-test (#46) --- script.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.scala b/script.scala index ec56b42..7c6148b 100644 --- a/script.scala +++ b/script.scala @@ -2,7 +2,7 @@ //> using lib "com.lihaoyi::os-lib:0.9.1" //> using lib "org.typelevel::cats-core:2.9.0" -//> using lib "io.circe::circe-fs2:0.14.0" +//> using lib "io.circe::circe-fs2:0.14.1" object Hello extends App { println("Hello World")