From fb1ee5cd97bd702f383c2dfa1df3bbff2a9bafcf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Jun 2020 20:24:18 +0200 Subject: [PATCH] Update monocle-core, monocle-macro to 2.0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 49b26ab2..152423db 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ // shadow sbt-scalajs' crossProject and CrossType from Scala.js 0.6.x import sbtcrossproject.CrossPlugin.autoImport.{ crossProject, CrossType } -val monocleVersion = "2.0.4" +val monocleVersion = "2.0.5" val acyclicVersion = "0.2.0" val crossScalaVersionList = Seq("2.12.10", "2.13.1")