Skip to content

Commit 03cd5d8

Browse files
committed
deps: use current version of google-cloud-trace
1 parent d97cabb commit 03cd5d8

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

.vscode/settings.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#6ad76a",
4+
"activityBar.background": "#6ad76a",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#6868d7",
8+
"activityBarBadge.foreground": "#e7e7e7",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#6ad76a",
11+
"statusBar.background": "#42cc42",
12+
"statusBar.foreground": "#15202b",
13+
"statusBarItem.hoverBackground": "#2fac2f",
14+
"statusBarItem.remoteBackground": "#42cc42",
15+
"statusBarItem.remoteForeground": "#15202b",
16+
"titleBar.activeBackground": "#42cc42",
17+
"titleBar.activeForeground": "#15202b",
18+
"titleBar.inactiveBackground": "#42cc4299",
19+
"titleBar.inactiveForeground": "#15202b99"
20+
},
21+
"peacock.color": "#42cc42",
22+
"files.exclude": {
23+
"**/.git": true,
24+
"**/.svn": true,
25+
"**/.hg": true,
26+
"**/.DS_Store": true,
27+
"**/Thumbs.db": true,
28+
"java-*/**": true
29+
}
30+
}

java-compute/google-cloud-compute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
125125
<artifactId>google-cloud-trace</artifactId>
126-
<version>2.89.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-trace:current} -->
126+
<version>2.89.0</version><!-- {x-version-update:google-cloud-trace:current} -->
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#b9ec4f",
4+
"activityBar.background": "#b9ec4f",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#19a3e6",
8+
"activityBarBadge.foreground": "#15202b",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#b9ec4f",
11+
"statusBar.background": "#a7e721",
12+
"statusBar.foreground": "#15202b",
13+
"statusBarItem.hoverBackground": "#89c015",
14+
"statusBarItem.remoteBackground": "#a7e721",
15+
"statusBarItem.remoteForeground": "#15202b",
16+
"titleBar.activeBackground": "#a7e721",
17+
"titleBar.activeForeground": "#15202b",
18+
"titleBar.inactiveBackground": "#a7e72199",
19+
"titleBar.inactiveForeground": "#15202b99"
20+
},
21+
"peacock.color": "#a7e721",
22+
"java.compile.nullAnalysis.mode": "disabled"
23+
}

0 commit comments

Comments
 (0)