From b75be075a553f48a371bb764c050cba0f6b25e59 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Dec 2020 02:34:55 +0100 Subject: [PATCH] Update lucuma-core, lucuma-core-testkit to 0.7.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bfb584d2..9bae9150 100644 --- a/build.sbt +++ b/build.sbt @@ -18,9 +18,9 @@ lazy val frontendClient = crossProject(JVMPlatform, JSPlatform) .settings( name := "lucuma-sso-frontend-client", libraryDependencies ++= Seq( - "edu.gemini" %%% "lucuma-core" % "0.7.1", + "edu.gemini" %%% "lucuma-core" % "0.7.2", "io.circe" %%% "circe-generic" % "0.13.0", - "edu.gemini" %%% "lucuma-core-testkit" % "0.7.1" % Test, + "edu.gemini" %%% "lucuma-core-testkit" % "0.7.2" % Test, "org.scalameta" %%% "munit" % "0.7.19" % Test, "org.scalameta" %%% "munit-scalacheck" % "0.7.19" % Test, "org.typelevel" %%% "discipline-munit" % "1.0.3" % Test,