File tree 6 files changed +12
-12
lines changed
scrooge-maven-plugin-test
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Global / excludeLintKeys += scalacOptions
8
8
// 'git checkout develop; sbt publishLocal' to publish SNAPSHOT versions of these projects.
9
9
10
10
// All Twitter library releases are date versioned as YY.MM.patch
11
- val releaseVersion = " 23.3 .0-SNAPSHOT"
11
+ val releaseVersion = " 23.9 .0-SNAPSHOT"
12
12
13
13
lazy val versions = new {
14
14
val slf4j = " 1.7.30"
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >com.twitter</groupId >
26
26
<artifactId >scrooge-core_2.12</artifactId >
27
- <version >23.3 .0-SNAPSHOT</version >
27
+ <version >23.9 .0-SNAPSHOT</version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >com.twitter</groupId >
31
31
<artifactId >finagle-thrift_2.12</artifactId >
32
- <version >23.3 .0-SNAPSHOT</version >
32
+ <version >23.9 .0-SNAPSHOT</version >
33
33
</dependency >
34
34
<!-- #dependencies-->
35
35
<dependency >
36
36
<groupId >com.twitter</groupId >
37
37
<artifactId >util-core_2.12</artifactId >
38
- <version >23.3 .0-SNAPSHOT</version >
38
+ <version >23.9 .0-SNAPSHOT</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >com.twitter</groupId >
42
42
<artifactId >util-codec_2.12</artifactId >
43
- <version >23.3 .0-SNAPSHOT</version >
43
+ <version >23.9 .0-SNAPSHOT</version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >com.twitter</groupId >
47
47
<artifactId >finagle-core_2.12</artifactId >
48
- <version >23.3 .0-SNAPSHOT</version >
48
+ <version >23.9 .0-SNAPSHOT</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >junit</groupId >
129
129
<plugin >
130
130
<groupId >com.twitter</groupId >
131
131
<artifactId >scrooge-maven-plugin</artifactId >
132
- <version >23.3 .0-SNAPSHOT</version >
132
+ <version >23.9 .0-SNAPSHOT</version >
133
133
<configuration >
134
134
<thriftNamespaceMappings >
135
135
<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 >23.3 .0-SNAPSHOT</version >
8
+ <version >23.9 .0-SNAPSHOT</version >
9
9
<prerequisites >
10
10
<maven >3.0.4</maven >
11
11
</prerequisites >
316
316
<dependency >
317
317
<groupId >com.twitter</groupId >
318
318
<artifactId >scrooge-generator_2.10</artifactId >
319
- <version >23.3 .0-SNAPSHOT</version >
319
+ <version >23.9 .0-SNAPSHOT</version >
320
320
</dependency >
321
321
<!-- Test Dependencies-->
322
322
<dependency >
Original file line number Diff line number Diff line change 10
10
<plugin >
11
11
<groupId >com.twitter</groupId >
12
12
<artifactId >scrooge-maven-plugin</artifactId >
13
- <version >23.3 .0-SNAPSHOT</version >
13
+ <version >23.9 .0-SNAPSHOT</version >
14
14
<configuration >
15
15
<classifier >idl</classifier >
16
16
<project implementation =" com.twitter.stubs.ProjectIdlDependenciesStub" >
Original file line number Diff line number Diff line change 10
10
<plugin >
11
11
<groupId >com.twitter</groupId >
12
12
<artifactId >scrooge-maven-plugin</artifactId >
13
- <version >23.3 .0-SNAPSHOT</version >
13
+ <version >23.9 .0-SNAPSHOT</version >
14
14
<configuration >
15
15
<localRepository >${localRepository}</localRepository >
16
16
<thriftOpts >
Original file line number Diff line number Diff line change 10
10
<plugin >
11
11
<groupId >com.twitter</groupId >
12
12
<artifactId >scrooge-maven-plugin</artifactId >
13
- <version >23.3 .0-SNAPSHOT</version >
13
+ <version >23.9 .0-SNAPSHOT</version >
14
14
<configuration >
15
15
<classifier >idl</classifier >
16
16
<project implementation =" com.twitter.stubs.ProjectIdlDependenciesStub" >
You can’t perform that action at this time.
0 commit comments