Skip to content

Commit

Permalink
add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Oct 30, 2024
1 parent 7df10af commit 6e2b782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt
val munitCatsEffect = "2.0.0"
}

ThisBuild / tlBaseVersion := "0.105"
ThisBuild / tlBaseVersion := "0.106"
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / crossScalaVersions := Seq("3.5.2")
ThisBuild / tlVersionIntroduced := Map("3" -> "0.29.0")
Expand Down
1 change: 1 addition & 0 deletions model/src/main/scala/lucuma/schemas/model/StepRecord.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ enum StepRecord[+D] derives Eq:
def interval: Option[TimestampInterval]
def instrumentConfig: D
def stepConfig: StepConfig
def telescopeConfig: TelescopeConfig
def observeClass: ObserveClass
def qaState: Option[DatasetQaState]
def datasets: List[Dataset]
Expand Down

0 comments on commit 6e2b782

Please sign in to comment.