From 900e861a9e26aaffd1be41d2644ad309ad75559e Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Fri, 17 Sep 2021 08:25:06 +0000 Subject: [PATCH] Update scala-library to 2.13.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eed6d5e..c5070a7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val _scalaVersion = "2.13.5" +val _scalaVersion = "2.13.6" val scalaJSDomVersion = "1.1.0" val diodeVersion = "1.1.14" val scalaReactVersion = "1.7.7"