From 8534a6a14b37eb58d50392a49fe3207e813d16ba Mon Sep 17 00:00:00 2001 From: David North Date: Fri, 25 Oct 2024 16:35:45 +0100 Subject: [PATCH] Updates ScalaJS DOM to 2.8.0 This is needed for the `code` property on the `KeyboardEvent` --- indigo/project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indigo/project/Dependencies.scala b/indigo/project/Dependencies.scala index 7acb87e5a..7e6aba322 100644 --- a/indigo/project/Dependencies.scala +++ b/indigo/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { object Versions { val circe = "0.14.1" val scalaCheck = "1.16.0" - val scalajsDom = "2.3.0" + val scalajsDom = "2.8.0" val scalajsMacroTask = "1.0.0" val scalajsBenchmark = "0.10.0" val chartjs = "1.0.2"