Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Bug 1880511 - Update Kotlin Coroutines to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Feb 15, 2024
1 parent 6fc87ac commit 05cefe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DependenciesPlugin : Plugin<Settings> {
// Synchronized version numbers for dependencies used by (some) modules
object Versions {
const val kotlin = "1.9.22"
const val coroutines = "1.7.3"
const val coroutines = "1.8.0"
const val serialization = "1.6.0"
const val python_envs_plugin = "0.0.31"

Expand Down

1 comment on commit 05cefe7

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Failed to fetch task artifact public/github/customCheckRunText.md for GitHub integration.
Make sure the artifact exists on the worker or other location.

Please sign in to comment.