From 062ce1a58bcb631ab4f67771ef02e904fca213d1 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Sun, 9 Jan 2022 08:28:55 +0000 Subject: [PATCH] Update monocle-core, monocle-macro to 3.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d3d0f1..514ec92 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val _scalaVersion = "2.13.5" val scalaJSDomVersion = "1.2.0" val diodeVersion = "1.1.14" val scalaReactVersion = "1.7.7" -val monocleVersion = "3.0.0-M6" +val monocleVersion = "3.0.0" val minitestVersion = "2.9.6" val reactVersion = "17.0.0" val echartsVersion = "5.0.2"