From f2307aadd2f76c5da5ac86744c3d9f104189c714 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 9 May 2024 15:53:08 +0200 Subject: [PATCH] Update airstream to 17.0.0 (#382) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ad0a0138..97ebb7c1 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val airstream = project .settings( name := "colibri-airstream", libraryDependencies ++= Seq( - "com.raquo" %%% "airstream" % "16.0.0", + "com.raquo" %%% "airstream" % "17.0.0", ), )