Skip to content

Commit b981b3b

Browse files
committed
Update coroutines version
1 parent ad5808c commit b981b3b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

firebase-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-common": "1.3.1",
2727
"firebase": "8.5.0",
2828
"kotlin": "1.5.0",
29-
"kotlinx-coroutines-core": "1.5.0-RC"
29+
"kotlinx-coroutines-core": "1.5.0"
3030
}
3131
}

firebase-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.3.1",
2727
"firebase": "8.5.0",
2828
"kotlin": "1.5.0",
29-
"kotlinx-coroutines-core": "1.5.0-RC"
29+
"kotlinx-coroutines-core": "1.5.0"
3030
}
3131
}

firebase-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"firebase": "8.5.0",
2727
"kotlin": "1.5.0",
28-
"kotlinx-coroutines-core": "1.5.0-RC",
28+
"kotlinx-coroutines-core": "1.5.0",
2929
"kotlinx-serialization-kotlinx-serialization-runtime": "1.1.0"
3030
}
3131
}

firebase-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.3.1",
2727
"firebase": "8.5.0",
2828
"kotlin": "1.5.0",
29-
"kotlinx-coroutines-core": "1.5.0-RC"
29+
"kotlinx-coroutines-core": "1.5.0"
3030
}
3131
}

firebase-firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.3.1",
2727
"firebase": "8.5.0",
2828
"kotlin": "1.5.0",
29-
"kotlinx-coroutines-core": "1.5.0-RC"
29+
"kotlinx-coroutines-core": "1.5.0"
3030
}
3131
}

firebase-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.3.1",
2727
"firebase": "8.5.0",
2828
"kotlin": "1.5.0",
29-
"kotlinx-coroutines-core": "1.5.0-RC"
29+
"kotlinx-coroutines-core": "1.5.0"
3030
}
3131
}

0 commit comments

Comments
 (0)