Skip to content

Commit

Permalink
Rename title (#1309)
Browse files Browse the repository at this point in the history
* Rename title

* Update libs.versions.toml

---------

Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Nov 10, 2024
1 parent 05e61a5 commit 2e8d0bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions cloud-run/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ kotlin {
implementation(libs.ktor.server.test.host)
}

jvmMain.dependencies {
compileOnly(libs.fasterxml.jackson.core)?.because(
"runtimeClasspath configuration transitively depends upon jackson-databind" +
" 2.17.0, but 2.14.2 is required by compileClasspath dependencies, this " +
"causes exceptions due to missing method errors at runtime.",
)
}

val jvmIntegrationTest by getting {
dependencies {
implementation(kotlin("test-junit"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ internal fun HomeScreen(
@ExperimentalMaterial3Api
internal fun HomeTopBar(
modifier: Modifier = Modifier,
title: String = "Home",
title: String = "Upcoming Events",
actions: @Composable RowScope.() -> Unit = { },
scrollBehavior: TopAppBarScrollBehavior = enterAlwaysScrollBehavior(rememberTopAppBarState()),
) {
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ compose-adaptive-navigation = { module = "org.jetbrains.compose.material3.adapti
compose-window-size = { module = "org.jetbrains.compose.material3:material3-window-size-class", version.ref = "compose-plugin" }

detekt-compose = "io.nlopez.compose.rules:detekt:0.4.17"

fasterxml-jackson-core = "com.fasterxml.jackson.core:jackson-core:2.18.1"
fusesource-jansi = "org.fusesource.jansi:jansi:2.4.1"

gitlive-firebase-analytics = { module = "dev.gitlive:firebase-analytics", version.ref = "gitlive-firebase" }
Expand Down

0 comments on commit 2e8d0bb

Please sign in to comment.