Skip to content

Commit

Permalink
chore: update to rules_jasmine 0.2.1 (aspect-build#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Nov 8, 2022
1 parent 1d8658d commit aec4754
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ load("@npm//:repositories.bzl", "npm_repositories")

npm_repositories()

load("@aspect_rules_jasmine//jasmine:repositories.bzl", "LATEST_VERSION", "rules_jasmine_repositories")
load("@aspect_rules_jasmine//jasmine:repositories.bzl", "jasmine_repositories")

rules_jasmine_repositories(
name = "jasmine",
jasmine_version = LATEST_VERSION,
)
jasmine_repositories(name = "jasmine")

load("@jasmine//:npm_repositories.bzl", jasmine_npm_repositories = "npm_repositories")

jasmine_npm_repositories()
6 changes: 3 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def rules_ts_internal_deps():

http_archive(
name = "aspect_rules_jasmine",
sha256 = "938a2818100fd89e7600a45b7ba4fcd4114c11c5b5741db30ff7c6e0dcb2ea4b",
strip_prefix = "rules_jasmine-0.1.0",
url = "https://github.com/aspect-build/rules_jasmine/archive/refs/tags/v0.1.0.tar.gz",
sha256 = "0357d45b5dba77004931db83ced43c6c432eee658a51d1876a9f2b57838e4080",
strip_prefix = "rules_jasmine-0.2.1",
url = "https://github.com/aspect-build/rules_jasmine/archive/refs/tags/v0.2.1.tar.gz",
)

0 comments on commit aec4754

Please sign in to comment.