Update serious_python to version 0.9.5
Replaces the previous git dependency for serious_python with the published version 0.9.5 in pubspec.yaml. This change simplifies dependency management and ensures compatibility with the latest release.
This commit is contained in:
parent
4c63345e28
commit
a9e9f340ae
|
|
@ -29,13 +29,13 @@ dependency_overrides:
|
||||||
ref: main
|
ref: main
|
||||||
url: https://github.com/flet-dev/flet.git
|
url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
# serious_python: 0.9.4
|
serious_python: 0.9.5
|
||||||
|
|
||||||
serious_python:
|
# serious_python:
|
||||||
git:
|
# git:
|
||||||
url: https://github.com/flet-dev/serious-python.git
|
# url: https://github.com/flet-dev/serious-python.git
|
||||||
ref: ios-bundle-id-fix
|
# ref: ios-bundle-id-fix
|
||||||
path: src/serious_python
|
# 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