Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sgp to v0.9.14 #769

Merged
merged 3 commits into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ import kotlinx.collections.immutable.persistentListOf
import kotlinx.collections.immutable.toImmutableList
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.FlowPreview
import kotlinx.coroutines.flow.asFlow
import kotlinx.coroutines.flow.distinctUntilChangedBy
import kotlinx.coroutines.flow.flatMapConcat
Expand Down Expand Up @@ -271,7 +270,7 @@ constructor(
}

/** I give you: the most over-engineered OSS licenses section ever. */
@OptIn(FlowPreview::class, ExperimentalCoroutinesApi::class)
@OptIn(ExperimentalCoroutinesApi::class)
private suspend fun requestItemsInner(): ImmutableList<OssBaseItem> {
// Start with a fetch of our github entries from assets
val githubEntries =
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ preferences = "1.2.0"
retrofit = "2.9.0"
room = "2.6.0-alpha02"
sortDependencies = "0.3"
sgp = "0.9.10-1.9.0-Beta"
sgp = "0.9.14-1.9.0-RC"
spotless = "6.19.0"
sqldelight = "2.0.0-rc01"
telephoto = "1.0.0-alpha02"
Expand Down