Skip to content

Commit

Permalink
Merge pull request #3 from AlexHartford/Update-deps
Browse files Browse the repository at this point in the history
Update pubspec.yaml
  • Loading branch information
AlexHartford authored Mar 8, 2021
2 parents 2d7d2b0 + 016e873 commit fcfd294
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: ibm_watson_assistant
description: Pure dart package simplifying integration with IBM Watson Assistant v2 API.
version: 1.1.2
version: 1.1.3
homepage: https://github.com/AlexHartford/ibm_watson_assistant

environment:
sdk: ">=2.7.0 <3.0.0"

dependencies:
dio: ^3.0.10
json_annotation: ^3.0.1
json_annotation: ^4.0.0
meta: ^1.2.2

dev_dependencies:
build_runner: ^1.10.0
json_serializable: ^3.4.0
build_runner: ^1.11.5
json_serializable: ^4.0.2
pedantic: ^1.9.2

# Uncomment if having trouble running the generator. See https://github.com/flutter/flutter/issues/56779
# dependency_overrides:
# analyzer: '0.39.14'

# Run generator: flutter packages pub run build_runner build
# Run generator: flutter packages pub run build_runner build

0 comments on commit fcfd294

Please sign in to comment.