From 0a2f46b252a75baeb1b863115296a532601b0c2c Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Tue, 2 Nov 2021 08:26:12 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eed6d5e..f29e39b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val _scalaVersion = "2.13.5" +val _scalaVersion = "2.13.7" val scalaJSDomVersion = "1.1.0" val diodeVersion = "1.1.14" val scalaReactVersion = "1.7.7" From 6d5515a3f0d4841c49180fb1a99f7c8c640cda1c Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Sun, 9 Jan 2022 08:29:14 +0000 Subject: [PATCH 2/2] Update scala-library to 2.13.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d3d0f1..30e7a55 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val _scalaVersion = "2.13.5" +val _scalaVersion = "2.13.7" val scalaJSDomVersion = "1.2.0" val diodeVersion = "1.1.14" val scalaReactVersion = "1.7.7"