Skip to content

Commit 52afd04

Browse files
committed
Version. Increase to '0.19.9'.
1 parent 3810a67 commit 52afd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ target_include_directories(crud-lib PUBLIC src)
2020

2121
## link libs
2222

23-
find_package(oatpp 0.19.8 REQUIRED)
24-
find_package(oatpp-swagger 0.19.8 REQUIRED)
23+
find_package(oatpp 0.19.9 REQUIRED)
24+
find_package(oatpp-swagger 0.19.9 REQUIRED)
2525

2626
target_link_libraries(crud-lib
2727
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)