Skip to content

Commit

Permalink
Update lucuma-core, lucuma-core-testkit to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2020
1 parent 6c888ca commit b75be07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b75be07

Please sign in to comment.