Skip to content

Commit

Permalink
chore(deps): bump dependencies (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 31, 2024
1 parent 47684a1 commit 48f03b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(venmic LANGUAGES CXX VERSION 3.3.2)
project(venmic LANGUAGES CXX VERSION 3.3.3)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down Expand Up @@ -81,7 +81,7 @@ include("cmake/cpm.cmake")

CPMFindPackage(
NAME rohrkabel
VERSION 3.0
VERSION 3.1
GIT_REPOSITORY "https://github.com/Curve/rohrkabel"
)

Expand All @@ -93,7 +93,7 @@ CPMFindPackage(

CPMFindPackage(
NAME channel
VERSION 2.2
VERSION 2.3
GIT_REPOSITORY "https://github.com/Curve/channel"
)

Expand All @@ -105,7 +105,7 @@ CPMFindPackage(

CPMFindPackage(
NAME glaze
VERSION 2.1.0
VERSION 2.4.0
GIT_REPOSITORY "https://github.com/stephenberry/glaze"
)

Expand Down

0 comments on commit 48f03b1

Please sign in to comment.