From 574ab39cf23fae70bbee63f4a12a80740806e7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kondratek?= Date: Mon, 13 Nov 2023 12:50:01 +0100 Subject: [PATCH] Update codyCommit (#115) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 484848af94..7079b3323e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -205,7 +205,7 @@ tasks { return destinationDir } - val codyCommit = "fc38e03899bdd95cafa17e36986e6bfdc4ea5075" + val codyCommit = "ba8a02b8e703be02663224f9c958e2a9abb115cf" fun downloadCody(): File { val url = "https://github.com/sourcegraph/cody/archive/$codyCommit.zip" val destination = githubArchiveCache.resolve("$codyCommit.zip")