From cf827024268588abcbd7960bbd6f8c37f19dbf20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Mar 2026 17:51:51 +0000 Subject: [PATCH] Update dumbo to 0.8.1 --- modules/example/src/main/scala/ExampleApp.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/example/src/main/scala/ExampleApp.scala b/modules/example/src/main/scala/ExampleApp.scala index 88be2b1..8edcbb5 100644 --- a/modules/example/src/main/scala/ExampleApp.scala +++ b/modules/example/src/main/scala/ExampleApp.scala @@ -1,6 +1,6 @@ //> using scala 3.7.3 //> using resourceDir ../resources -//> using dep "dev.rolang::dumbo::0.7.0" +//> using dep "dev.rolang::dumbo::0.8.1" import cats.effect.{IO, IOApp} import dumbo.logging.Implicits.console