Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit bfb9b7c

Browse files
committed
Restructure build code using packages
1 parent 823e525 commit bfb9b7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ version := s"$majorVersion.$minorVersion"
1313
// ---------------------------------------------------------------------------------------------------------------------
1414
// ---------------------------------------------------------------------------------------------------------------------
1515

16+
import org.codeoverflow.chatoverflow.build.api.APIUtility
17+
1618
apiVersionGenerator := new APIUtility(streams.value.log)
1719
.generateAPIVersionFile(sourceDirectory.value, majorVersion, minorVersion)
1820

0 commit comments

Comments
 (0)