Skip to content

Commit

Permalink
Merge pull request #106 from gemini-hlsw/bump-core
Browse files Browse the repository at this point in the history
Bump lucuma-core version.
  • Loading branch information
tpolecat authored Dec 10, 2020
2 parents a3eea62 + eda7ccd commit e886f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ out/
.bloop/
.metals/
metals.sbt
sbt.json

# Vim
*.swp
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val frontendClient = crossProject(JVMPlatform, JSPlatform)
.settings(
name := "lucuma-sso-frontend-client",
libraryDependencies ++= Seq(
"edu.gemini" %%% "lucuma-core" % "0.7.2",
"edu.gemini" %%% "lucuma-core" % "0.7.3",
"io.circe" %%% "circe-generic" % "0.13.0",
"edu.gemini" %%% "lucuma-core-testkit" % "0.7.2" % Test,
"org.scalameta" %%% "munit" % "0.7.19" % Test,
Expand Down

0 comments on commit e886f6c

Please sign in to comment.