Skip to content

Commit d0256d1

Browse files
Merge pull request #3178 from mathieucarbou/platform-layout/master
Use platform-layout instead of platform-kit since platform 5.10.17
2 parents 993826a + 30c3379 commit d0256d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clustered/ehcache-clustered/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
serverLibs project(':clustered:server:ehcache-service')
9191

9292
kit "org.terracotta.internal:terracotta-kit:$terracottaCoreVersion@tar.gz"
93-
kit "org.terracotta:platform-kit:$terracottaPlatformVersion@tar.gz"
93+
kit "org.terracotta:platform-layout:$terracottaPlatformVersion@tar.gz"
9494
}
9595

9696
task copyDocs(type: Sync) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slf4jVersion = 1.7.36
99
sizeofVersion = 0.4.3
1010

1111
# Terracotta clustered
12-
terracottaPlatformVersion = 5.10.16
12+
terracottaPlatformVersion = 5.10.17
1313
terracottaApisVersion = 1.9.0
1414
terracottaCoreVersion = 5.10.14
1515
terracottaPassthroughTestingVersion = 1.9.0

0 commit comments

Comments
 (0)