Skip to content

Commit

Permalink
[AN-226] Update Rawls model version in automation (#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-schu authored Dec 10, 2024
1 parent a085daa commit a28292b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automation/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {
"org.scalatest" %% "scalatest" % "3.2.2" % Test,
"org.seleniumhq.selenium" % "selenium-java" % "3.8.1" % Test,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.189-SNAP"
"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.258-SNAP"
exclude("com.typesafe.scala-logging", "scala-logging_2.13")
exclude("com.typesafe.akka", "akka-stream_2.13")
exclude("bio.terra", "workspace-manager-client"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class WorkspaceApiSpec
eventually {
workspaceResponse(
Rawls.workspaces.getWorkspaceDetails(sourceProjectName, workspaceName)(userToken)
).bucketOptions should contain(WorkspaceBucketOptions(true))
).bucketOptions.get should matchPattern { case WorkspaceBucketOptions(true, _) => }
}

// The user clones the workspace into their project
Expand Down
2 changes: 1 addition & 1 deletion model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Added:
- Support 2.13
- ExecutionModel classes moved from core to model

SBT dependency: `"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.189-SNAP"`
SBT dependency: `"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.258-SNAP"`

0 comments on commit a28292b

Please sign in to comment.