File tree 4 files changed +12
-9
lines changed
4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 5
5
Unreleased
6
6
----------
7
7
8
+ 18.1.0
9
+ -------
10
+
8
11
- scrooge-generator: Update `c.t.fingale.thrit.service.MethodPerEndpointBuilder`
9
12
to build `MethodPerEndpoint` types. Add new `ThriftServiceBuilder` for
10
13
building the higher-kinded form from a `ServicePerEndpoint`. Users should
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import scoverage.ScoverageKeys
5
5
// 'git checkout develop; sbt publishLocal' to publish SNAPSHOT versions of these projects.
6
6
7
7
// All Twitter library releases are date versioned as YY.MM.patch
8
- val releaseVersion = " 18.1.0-SNAPSHOT "
8
+ val releaseVersion = " 18.1.0"
9
9
10
10
val libthriftVersion = " 0.5.0-7"
11
11
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.twitter</groupId >
35
35
<artifactId >util-core_2.12</artifactId >
36
- <version >18.1.0-SNAPSHOT </version >
36
+ <version >18.1.0</version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.twitter</groupId >
40
40
<artifactId >util-codec_2.12</artifactId >
41
- <version >18.1.0-SNAPSHOT </version >
41
+ <version >18.1.0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.twitter</groupId >
45
45
<artifactId >finagle-core_2.12</artifactId >
46
- <version >18.1.0-SNAPSHOT </version >
46
+ <version >18.1.0</version >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >com.twitter</groupId >
50
50
<artifactId >finagle-thrift_2.12</artifactId >
51
- <version >18.1.0-SNAPSHOT </version >
51
+ <version >18.1.0</version >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >com.twitter</groupId >
55
55
<artifactId >scrooge-core_2.12</artifactId >
56
- <version >18.1.0-SNAPSHOT </version >
56
+ <version >18.1.0</version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >junit</groupId >
132
132
<plugin >
133
133
<groupId >com.twitter</groupId >
134
134
<artifactId >scrooge-maven-plugin</artifactId >
135
- <version >18.1.0-SNAPSHOT </version >
135
+ <version >18.1.0</version >
136
136
<configuration >
137
137
<thriftNamespaceMappings >
138
138
<thriftNamespaceMapping >
Original file line number Diff line number Diff line change 5
5
<artifactId >scrooge-maven-plugin</artifactId >
6
6
<packaging >maven-plugin</packaging >
7
7
<name >scrooge-maven-plugin</name >
8
- <version >18.1.0-SNAPSHOT </version >
8
+ <version >18.1.0</version >
9
9
<prerequisites >
10
10
<maven >3.0.4</maven >
11
11
</prerequisites >
247
247
<dependency >
248
248
<groupId >com.twitter</groupId >
249
249
<artifactId >scrooge-generator_2.10</artifactId >
250
- <version >18.1.0-SNAPSHOT </version >
250
+ <version >18.1.0</version >
251
251
</dependency >
252
252
<!-- Test Dependencies-->
253
253
<dependency >
You can’t perform that action at this time.
0 commit comments