aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-reasoning-smt/build.gradle.kts
blob: 4a784e421c7c980e4c5292bf279b7399cd1f1508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */

plugins {
	id("tools.refinery.gradle.java-library")
}

dependencies {
	api(project(":refinery-store-reasoning"))
	implementation(libs.refinery.z3)
	testImplementation(project(":refinery-store-query-interpreter"))
}