Skip to content

Commit

Permalink
Merge pull request #364 from gemini-hlsw/update-schema
Browse files Browse the repository at this point in the history
Update odb schema
  • Loading branch information
cquiroz authored Oct 23, 2023
2 parents 108fea3 + 639492e commit 7a3abc3
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 172 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ val fs2Version = "3.9.2"
val kittensVersion = "3.0.0"
val munitVersion = "0.7.29"
val munitCatsEffectVersion = "1.0.7"
val lucumaCoreVersion = "0.85.1"
val lucumaODBSchema = "0.6.0"
val lucumaCoreVersion = "0.88.0"
val lucumaODBSchema = "0.6.1"

ThisBuild / tlBaseVersion := "0.62"
ThisBuild / tlBaseVersion := "0.63"
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / crossScalaVersions := Seq("3.3.1")
ThisBuild / tlVersionIntroduced := Map("3" -> "0.29.0")
Expand Down
Loading

0 comments on commit 7a3abc3

Please sign in to comment.