Skip to content

Commit

Permalink
fix #68 add apollographql migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Nov 15, 2023
1 parent 0c504f8 commit 74166ca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions uc/og-definitions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "35",
"date": "2023/11/14",
"version": "36",
"date": "2023/11/15",
"migration": [
{
"old": "acegisecurity",
Expand Down Expand Up @@ -2262,6 +2262,11 @@
"old": "io.reactivex.rxjava2",
"new": "io.reactivex.rxjava3",
"context": "See https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0 and https://github.com/ReactiveX/RxJava/pull/6421"
},
{
"old": "com.apollographql.apollo",
"new": "com.apollographql.apollo3",
"context": "See https://www.apollographql.com/docs/kotlin/migration/3.0/#package-name--group-id--plugin-id"
}
]
}

0 comments on commit 74166ca

Please sign in to comment.