Skip to content

Commit

Permalink
Merge branch 'main' into update/lucuma-core-0.107.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jluhrs authored Nov 13, 2024
2 parents 2556521 + 76f0871 commit 0c2f65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object Settings {

// Gemini Libraries
val lucumaCore = "0.107.1"
val lucumaUI = "0.121.0"
val lucumaUI = "0.123.0"
val lucumaSchemas = "0.107.1"
val lucumaSSO = "0.6.27"
val lucumaODBSchema = "0.16.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

// Extract metadata from sbt and make it available to the code
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

// Support making distributions
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
Expand Down

0 comments on commit 0c2f65f

Please sign in to comment.