From 5b68dd36d5eb35cd6e148a58a0fcb4cd1b82ad21 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Tue, 11 Jan 2022 08:28:31 +0000 Subject: [PATCH] Update scala-library to 2.13.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d3d0f1..15504e6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val _scalaVersion = "2.13.5" +val _scalaVersion = "2.13.8" val scalaJSDomVersion = "1.2.0" val diodeVersion = "1.1.14" val scalaReactVersion = "1.7.7"