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
|
||||
url: https://github.com/flet-dev/flet.git
|
||||
|
||||
# serious_python: 0.9.4
|
||||
serious_python: 0.9.5
|
||||
|
||||
serious_python:
|
||||
git:
|
||||
url: https://github.com/flet-dev/serious-python.git
|
||||
ref: ios-bundle-id-fix
|
||||
path: src/serious_python
|
||||
# serious_python:
|
||||
# git:
|
||||
# url: https://github.com/flet-dev/serious-python.git
|
||||
# ref: ios-bundle-id-fix
|
||||
# path: src/serious_python
|
||||
|
||||
wakelock_plus: ^1.2.10
|
||||
web: ^1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue