We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15641f6 commit 1c2490aCopy full SHA for 1c2490a
Tabnine/build.gradle
@@ -15,7 +15,7 @@ repositories {
15
}
16
17
group 'com.tabnine'
18
-version project.hasProperty('externalVersion') ? project.externalVersion : '1.37.0'
+version project.hasProperty('externalVersion') ? project.externalVersion : '1.38.0'
19
20
sourceCompatibility = 9
21
targetCompatibility = 9
TabnineSelfHosted/build.gradle
group 'com.tabnineSelfHosted'
0 commit comments