(patch) Add automated builds to the project #1

Merged
pfm merged 2 commits from add-automated-builds into main 2024-05-01 01:31:13 +00:00
Showing only changes of commit 8e07b7d218 - Show all commits

View file

@ -18,7 +18,7 @@ generator definitions that can be reused across tests.
```
object Gs {
val Datagen: ModuleID =
"gs" %% "gs-datagen-core-v0" % "$VERSION" % Test
"gs" %% "gs-datagen-core-v0" % "$VERSION"
}
```