aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language-semantics/build.gradle
blob: 4f43ad24411c5e617bcff998d09c36df0ec08708 (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'))
}