From e7eb19a72800f1114bc1cd27cbd72fc038de1208 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Thu, 22 Sep 2022 08:35:01 +0000 Subject: [PATCH] Update scala-library to 2.13.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d3d0f1..a0b0438 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val _scalaVersion = "2.13.5" +val _scalaVersion = "2.13.9" val scalaJSDomVersion = "1.2.0" val diodeVersion = "1.1.14" val scalaReactVersion = "1.7.7"