Bartłomiej
Bartłomiej
Given the following configuration: ```scala lazy val SystemTest = config("system") extend(Test) lazy val root = (project in file(".")). configs(IntegrationTest, SystemTest) .settings( inConfig(SystemTest)(Defaults.testSettings), Defaults.itSettings, inThisBuild(List( organization := "com.example", scalaVersion := "2.13.6"...
I have faced a problem in that I can only update the JSON column in my object and can't update other columns. Let say I have this table definition: ```scala...
It would be nice to release sub-modules to the news versions in order to not have version conflicts ``` [error] (update) found version conflict(s) in library dependencies; some are suspected...