eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.
http://scalaxb.org/
MIT License
335 stars 154 forks source link

Move to globalSettings #597

Closed eed3si9n closed 1 year ago

eed3si9n commented 1 year ago

https://www.scala-sbt.org/1.x/docs/Plugins-Best-Practices.html#Provide+default+values+in

  1. Move default values to globalSettings.
  2. Derive scalaxbHttpClientStyle based on scalaxbGenerateHttp4sClient.

The user can now set either/both scalaxbHttpClientStyle and scalaxbGenerateHttp4sClient at ThisBuild-scope.