aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language-semantics/build.gradle.kts
blob: e13e5e4a9aa365752356c6435cf35435cbeed7db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
plugins {
	id("refinery-java-library")
}

dependencies {
	implementation(libs.eclipseCollections)
	implementation(libs.eclipseCollections.api)
	api(project(":refinery-language"))
	api(project(":refinery-store"))
	testImplementation(testFixtures(project(":refinery-language")))
}