Skip to content

Commit

Permalink
Publishing 1.5.10-0.1.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Feb 26, 2024
1 parent dd2c049 commit 252acdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: cd documentation && mkdocs build

- name: Build dokka at runtime
run: cd .. && ./gradlew :runtime:dokkaHtml
run: cd ../.. && pwd && ./gradlew :runtime:dokkaHtml

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ComposeInvestigatorGradleSubplugin : KotlinCompilerPluginSupportPlu
SubpluginArtifact(
groupId = "land.sungbin.composeinvestigator",
artifactId = "composeinvestigator-compiler",
version = "0.1.0-dev",
version = "1.5.10-0.1.0",
)

override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean = true
Expand All @@ -38,7 +38,7 @@ public class ComposeInvestigatorGradleSubplugin : KotlinCompilerPluginSupportPlu

project.dependencies.add(
kotlinCompilation.implementationConfigurationName,
"land.sungbin.composeinvestigator:composeinvestigator-runtime:0.1.0-dev",
"land.sungbin.composeinvestigator:composeinvestigator-runtime:1.5.10-0.1.0",
)

return project.provider {
Expand Down

0 comments on commit 252acdd

Please sign in to comment.