From 0d2d9145ad2debdc950c3e5b2c7658f11996ed12 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Sat, 4 Sep 2021 11:07:14 +0200 Subject: [PATCH] Use published LAC --- pubspec.lock | 10 ++++------ pubspec.yaml | 5 +---- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 885a970..8460a61 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -409,12 +409,10 @@ packages: lemmy_api_client: dependency: "direct main" description: - path: "." - ref: "lemmy-0.12" - resolved-ref: "2e48f6559abb5546dbc4696d39ca2ef50952547c" - url: "https://github.com/krawieck/lemmy_api_client" - source: git - version: "0.15.0" + name: lemmy_api_client + url: "https://pub.dartlang.org" + source: hosted + version: "0.16.0" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index aa537d5..d185cf7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,10 +43,7 @@ dependencies: # utils timeago: ^3.0.2 fuzzy: ^0.4.0-nullsafety.0 - lemmy_api_client: - git: - url: https://github.com/krawieck/lemmy_api_client - ref: lemmy-0.12 + lemmy_api_client: ^0.16.0 intl: ^0.17.0 matrix4_transform: ^2.0.0 json_annotation: ^4.0.1