Skip to content

Commit

Permalink
Merge release 0.38.0
Browse files Browse the repository at this point in the history
Version upped to 0.38.0
commit_hash:4dd6bf27b6b4400e0fe71d6d1f2469eca43b02b9
  • Loading branch information
robot-jobijobjumper committed Nov 11, 2024
1 parent 395b520 commit 93ca47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
systemProp.demeterGroup=com.yandex.demeter
systemProp.demeterVersion=0.37.0
systemProp.demeterVersion=0.38.0
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DemeterComposePlugin : KotlinCompilerPluginSupportPlugin {
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
groupId = "com.yandex.demeter",
artifactId = "compose-compiler-plugin",
version = "0.37.0",
version = "0.38.0",
)

override fun applyToCompilation(
Expand Down

0 comments on commit 93ca47b

Please sign in to comment.