Commit 2478e4cf authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Merge branch...

Merge branch 'amiranda/117-fatal-reference-is-not-a-tree-b74fecd4448a1a5549402d17ddc51e39faa5020c' into 'main'

Resolve "fatal: reference is not a tree: b74fecd4448a1a5549402d17ddc51e39faa5020c"

Closes #117

See merge request !81
parents 93ebee97 cfb7ba8c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 3.19)

project(
  scord
  VERSION 0.2.1
  VERSION 0.2.2
  LANGUAGES C CXX
)

@@ -251,7 +251,7 @@ set(EXPECTED_BUILD_TESTS OFF)
FetchContent_Declare(
  expected
  GIT_REPOSITORY https://github.com/TartanLlama/expected
  GIT_TAG b74fecd4448a1a5549402d17ddc51e39faa5020c # latest
  GIT_TAG 9d812f5e3b5bc68023f6e31d29489cdcaacef606 # latest
  GIT_SHALLOW ON
  GIT_PROGRESS ON
)