Skip to content

Commit

Permalink
Update schema types
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Mar 1, 2024
1 parent 9513d2d commit a7bb983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val munitCatsEffectVersion = "1.0.7"
val lucumaCoreVersion = "0.91.1"
val lucumaODBSchema = "0.10.0"

ThisBuild / tlBaseVersion := "0.73"
ThisBuild / tlBaseVersion := "0.74"
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / crossScalaVersions := Seq("3.4.0")
ThisBuild / tlVersionIntroduced := Map("3" -> "0.29.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ trait ObservationDB {
type PosShort = eu.timepit.refined.types.numeric.PosShort
// Core Types
type DatasetFilename = lucuma.core.model.sequence.Dataset.Filename
type ProgramReference = String // TODO: Switch to core type when it is actually in core
type ProposalReferenceLabel = String // TODO: Switch to core type when it is actually in core
type ProgramReferenceLabel = String // TODO: Switch to core type when it is actually in core
type Semester = lucuma.core.model.Semester
type SignalToNoise = lucuma.core.math.SignalToNoise
type Timestamp = lucuma.core.util.Timestamp
Expand Down

0 comments on commit a7bb983

Please sign in to comment.