Update serious_python dependency to version 0.9.4
Replaces the git-based override for serious_python with the published version 0.9.4 in pubspec.yaml. The previous git reference is now commented out for reference.
This commit is contained in:
parent
c10c8e7691
commit
6ffbea1ad1
|
|
@ -29,11 +29,13 @@ dependency_overrides:
|
||||||
# ref: feodor/flet-0-27-5-fixes
|
# ref: feodor/flet-0-27-5-fixes
|
||||||
# url: https://github.com/flet-dev/flet.git
|
# url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
serious_python:
|
serious_python: 0.9.4
|
||||||
git:
|
|
||||||
url: https://github.com/flet-dev/serious-python.git
|
# serious_python:
|
||||||
ref: main
|
# git:
|
||||||
path: src/serious_python
|
# url: https://github.com/flet-dev/serious-python.git
|
||||||
|
# ref: main
|
||||||
|
# path: src/serious_python
|
||||||
|
|
||||||
wakelock_plus: ^1.2.10
|
wakelock_plus: ^1.2.10
|
||||||
web: ^1.0.0
|
web: ^1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue