Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 30, 2023
1 parent eb9a80c commit c7b3821
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions modules/anime/gogoanime_bid/module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ class GogoAnime extends $AnimeModule {
ext.defaultLocale,
),
getInfo: (final AnimeExtractor ext) => ext.getInfo(
'https://anitaku.to/category/spy-kyoushitsu',
'https://anitaku.to/category/kage-no-jitsuryokusha-ni-naritakute-2nd-season',
ext.defaultLocale,
),
getSource: (final AnimeExtractor ext) => ext.getSource(
'https://anitaku.to/spy-kyoushitsu-episode-1',
'https://anitaku.to/kage-no-jitsuryokusha-ni-naritakute-2nd-season-episode-9',
ext.defaultLocale,
),
);
Expand Down
2 changes: 1 addition & 1 deletion packages/sora_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.0
publish_to: none

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
crypto: ^3.0.3
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages:
description:
path: "packages/beize_compiler"
ref: HEAD
resolved-ref: cfb5ad3f753e4166983ae3459c303b1f40a0607c
resolved-ref: "8ef386c8c12afa2f949287b39bb11781e4f9dc78"
url: "https://github.com/zyrouge/beize.git"
source: git
version: "0.0.0"
Expand All @@ -39,7 +39,7 @@ packages:
description:
path: "packages/beize_shared"
ref: HEAD
resolved-ref: cfb5ad3f753e4166983ae3459c303b1f40a0607c
resolved-ref: "8ef386c8c12afa2f949287b39bb11781e4f9dc78"
url: "https://github.com/zyrouge/beize.git"
source: git
version: "0.0.0"
Expand All @@ -48,7 +48,7 @@ packages:
description:
path: "packages/beize_vm"
ref: HEAD
resolved-ref: cfb5ad3f753e4166983ae3459c303b1f40a0607c
resolved-ref: "8ef386c8c12afa2f949287b39bb11781e4f9dc78"
url: "https://github.com/zyrouge/beize.git"
source: git
version: "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.0
publish_to: none

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
sora_builder:
Expand Down

0 comments on commit c7b3821

Please sign in to comment.