[Build] Specify lombok dependency version in versions.properties

This commit is contained in:
Dmitriy Novozhilov
2022-07-06 13:16:18 +03:00
committed by teamcity
parent b2e558a174
commit c249eb9d2d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
testImplementation(project(":kotlin-lombok-compiler-plugin.k2"))
testImplementation(project(":kotlin-lombok-compiler-plugin.cli"))
testImplementation("org.projectlombok:lombok:1.18.16")
testImplementation(commonDependency("org.projectlombok:lombok"))
testApi(project(":compiler:util"))
testApi(project(":compiler:backend"))