You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/05/21 09:33:10 UTC

[GitHub] [incubator-pekko-persistence-r2dbc] mdedetrich opened a new issue, #23: Move away from using sbt integration config

mdedetrich opened a new issue, #23:
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/23

   See https://github.com/sbt/sbt/releases/tag/v1.9.0-RC3, specifically 
   
   > Deprecation of IntegrationTest configuration
   sbt 1.9.0 deprecates `IntegrationTest` configuration. ([RFC-3](https://github.com/sbt/sbt/blob/v1.9.0-RC3/sbt-drop-custom-config) proposes to deprecate general use of configuration axis beyond `Compile` and `Test`, and this is the first installment of the change.)
   
   > The recommended migration path is to create a subproject named "integration", or "foo-integration" etc.
   
   >
   ```scala
   lazy val integration = (project in file("integration"))
     .dependsOn(core) // your current subproject
     .settings(
       publish / skip := true,
       // test dependencies
       libraryDependencies += something % Test,
     )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-persistence-r2dbc] mdedetrich closed issue #23: Move away from using sbt integration config

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich closed issue #23: Move away from using sbt integration config
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/23


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org