Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarponi committed May 22, 2024
1 parent ce08085 commit 12dede5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
`kotlin-dsl`
kotlin("plugin.serialization") version "1.9.20"
kotlin("plugin.serialization") version packageSearchCatalog.versions.kotlin.get()
}

group = "org.jetbrains.packagesearch"
Expand Down
4 changes: 2 additions & 2 deletions packagesearch.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jewel = "0.19.0"
junit = "5.10.2"
junit4 = "4.13.2"
kotlin = "1.9.20"
kotlin-poet = "1.15.2"
kotlinPoet = "1.15.2"
kotlinterGradlePlugin = "3.12.0"
kotlinxDatetime = "0.5.0"
kotlinxSerialization = "1.6.3"
Expand Down Expand Up @@ -83,7 +83,7 @@ packagesearch-api-client = { module = "org.jetbrains.packagesearch:packagesearch
packagesearch-api-models = { module = "org.jetbrains.packagesearch:packagesearch-api-models", version.ref = "packagesearchApiModels" }
packagesearch-build-systems-models = { module = "org.jetbrains.packagesearch:packagesearch-build-systems-models", version.ref = "packagesearchApiModels" }
packagesearch-http-models = { module = "org.jetbrains.packagesearch:packagesearch-http-models", version.ref = "packagesearchApiModels" }
poet-kotlin = { module = "com.squareup:kotlinpoet", version.ref = "kotlin-poet" }
poet-kotlin = { module = "com.squareup:kotlinpoet", version.ref = "kotlinPoet" }
potassium-nitrite = { module = "org.dizitart:potassium-nitrite", version.ref = "nitrite" }
xmlutils-serialization = { module = "io.github.pdvrieze.xmlutil:serialization", version.ref = "xmlutilsSerialization" }

Expand Down

0 comments on commit 12dede5

Please sign in to comment.