From 2afb886217a3fea885a3b2839d2e4d3bbbd7c0a4 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:18:27 +0000 Subject: [PATCH] Update boopickle to 1.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a53950..32ab3a8 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / scalaVersion := Scala213 lazy val root = tlCrossRootProject.aggregate(boopickle) val http4sVersion = "0.23.23" -val boopickleVersion = "1.4.0" +val boopickleVersion = "1.5.0" val munitVersion = "1.0.0-M8" val munitCatsEffectVersion = "2.0.0-M3"