Skip to content

Commit b4e36ed

Browse files
committed
Increase oatpp API version to 0.19.6
1 parent 103ea31 commit b4e36ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ add_library(${project_name}-lib
1616

1717
## link libs
1818

19-
find_package(oatpp 0.19.4 REQUIRED)
20-
find_package(oatpp-consul 0.19.4 REQUIRED)
19+
find_package(oatpp 0.19.6 REQUIRED)
20+
find_package(oatpp-consul 0.19.6 REQUIRED)
2121

2222
target_link_libraries(${project_name}-lib
2323
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)