Skip to content

Commit b139bcb

Browse files
author
Michael Fero
committed
Merge remote-tracking branch 'core/2.12.0_prep'
2 parents 78d9e0c + 94fca7b commit b139bcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp-driver/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ os:
1919
- centos/7-64/cpp
2020
- osx/high-sierra
2121
env:
22-
LIBUV_VERSION: 1.26.0
22+
LIBUV_VERSION: 1.28.0
2323
build:
2424
- script: |
2525
. .build.sh

cpp-driver/src/monitor_reporting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ MonitorReporting* create_monitor_reporting(const String& client_id,
2424
return new NopMonitorReporting();
2525
}
2626

27-
}; // namespace cass
27+
} // namespace cass

0 commit comments

Comments
 (0)