Skip to content

Commit

Permalink
Bump Moshi version applied by IR plugin from 1.13.0 to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plnice committed Sep 5, 2024
1 parent 4d40ce9 commit e6a64e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class MoshiGradleSubplugin : KotlinCompilerPluginSupportPlugin {
// Minimum Moshi version
project.dependencies.add(
kotlinCompilation.implementationConfigurationName,
"com.squareup.moshi:moshi:1.13.0",
"com.squareup.moshi:moshi:1.15.1",
)

val enableSealed = extension.enableSealed.get()
Expand Down

0 comments on commit e6a64e7

Please sign in to comment.