Skip to content

Commit

Permalink
Merge pull request #1544 from gemini-hlsw/grackle23
Browse files Browse the repository at this point in the history
Grackle 0.23.0
  • Loading branch information
swalker2m authored Jan 6, 2025
2 parents a559445 + de419b2 commit d204979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val disciplineMunitVersion = "1.0.9"
val flywayVersion = "9.20.0"
val fs2AwsVersion = "6.1.3"
val fs2Version = "3.11.0"
val grackleVersion = "0.22.0"
val grackleVersion = "0.23.0"
val http4sBlazeVersion = "0.23.17"
val http4sEmberVersion = "0.23.30"
val http4sJdkHttpClientVersion = "0.9.2"
Expand All @@ -19,7 +19,7 @@ val log4catsVersion = "2.7.0"
val lucumaCatalogVersion = "0.48.13"
val lucumaItcVersion = "0.24.4"
val lucumaCoreVersion = "0.113.0"
val lucumaGraphQLRoutesVersion = "0.8.15"
val lucumaGraphQLRoutesVersion = "0.8.16"
val lucumaSsoVersion = "0.8.0"
val munitVersion = "0.7.29" // check test output if you attempt to update this
val munitCatsEffectVersion = "1.0.7" // check test output if you attempt to update this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class ShortCut_3660 extends ExecutionTestSupport {
}
""",
expected = Set(
OdbError.SequenceUnavailable(s"Could not generate a sequence from the observation $oid: observing mode".some),
OdbError.InvalidObservation(oid, "ITC cannot be queried until the following parameters are defined: observing mode.".some)
OdbError.SequenceUnavailable(s"Could not generate a sequence for the observation $oid: observation is missing observing mode".some),
OdbError.InvalidObservation(oid, "ITC cannot be queried until the following parameters are defined: observing mode".some)
)
)
}
Expand Down

0 comments on commit d204979

Please sign in to comment.