aboutsummaryrefslogtreecommitdiffstats
path: root/z3/buildSrc/settings.gradle.kts
blob: 095ab24c973187472dfa0e76dd820acfd43d79f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

dependencyResolutionManagement {
	versionCatalogs {
		create("libs") {
			from(files("../gradle/libs.versions.toml"))
		}
	}
}