Update serious_python to version 0.9.8
Bumped serious_python dependency from 0.9.6 to 0.9.8 and commented out the previous git override configuration. This ensures the project uses the latest published version of serious_python.
This commit is contained in:
parent
df123d151a
commit
6d3f6dd054
|
|
@ -11,7 +11,7 @@ dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
serious_python: 0.9.6
|
serious_python: 0.9.8
|
||||||
|
|
||||||
path: ^1.9.0
|
path: ^1.9.0
|
||||||
url_strategy: ^0.2.0
|
url_strategy: ^0.2.0
|
||||||
|
|
@ -31,11 +31,11 @@ dependency_overrides:
|
||||||
|
|
||||||
# serious_python: 0.9.6
|
# serious_python: 0.9.6
|
||||||
|
|
||||||
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: android-crash-fix
|
# ref: android-crash-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