Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump org.jetbrains.compose from 1.2.0-rc02-dev816 to 1.2…
Browse files Browse the repository at this point in the history
….0 in /api-editor (#1093)

Bumps org.jetbrains.compose from 1.2.0-rc02-dev816 to 1.2.0.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.compose&package-manager=gradle&previous-version=1.2.0-rc02-dev816&new-version=1.3.0-alpha01-dev834)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lars Reimann <[email protected]>
  • Loading branch information
dependabot[bot] and lars-reimann authored Nov 2, 2022
1 parent 2af4cbe commit bea3076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
19 changes: 1 addition & 18 deletions api-editor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ plugins {
kotlin("plugin.serialization") version "1.7.20" apply false
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("com.github.node-gradle.node") version "3.5.0" apply false
id("org.jetbrains.compose") version "1.2.0-rc02-dev816" apply false
id("org.jetbrains.compose") version "1.2.0" apply false
}

repositories {
mavenCentral()
// Can be removed once compose-jb is out of alpha
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
google()
}

idea {
Expand Down Expand Up @@ -45,19 +42,5 @@ subprojects {

repositories {
mavenCentral()
// Can be removed once compose-jb is out of alpha
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
google()
}
}

// Can be removed once compose-jb is out of alpha
allprojects {
configurations.all {
resolutionStrategy.dependencySubstitution {
substitute(module("org.jetbrains.compose.compiler:compiler")).apply {
using(module("androidx.compose.compiler:compiler:1.3.2"))
}
}
}
}
8 changes: 0 additions & 8 deletions api-editor/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
rootProject.name = "com.larsreimann.python_api_editor"

pluginManagement {
repositories {
gradlePluginPortal()
// Can be removed once compose-jb is out of alpha
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}

include(
"backend",
"desktop",
Expand Down

0 comments on commit bea3076

Please sign in to comment.