Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed silencer SBT plugin #1171

Merged
merged 6 commits into from
Apr 28, 2024
Merged

Commits on May 23, 2023

  1. Removed silencer SBT plugin

    The plugin is not necessary anymore since it was back-ported to all currently
    supported compiler versions. It also breaks when using this library with the
    3.3.1-RC1 Scala version:
    
    ```
    [error] -- Error: typesafe/shared/src/main/scala/zio/config/typesafe/TypesafeConfigSource.scala:15:0
    [error] undefined: new com.github.ghik.silencer.silent # -1: TermRef(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class ghik)),object silencer),silent),<init>) at readTasty
    ```
    
    I also added a few improvements in the build itself, and fixed a few tests.
    tPl0ch committed May 23, 2023
    Configuration menu
    Copy the full SHA
    39a5f0f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    5b50a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97b013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20fc417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff1591 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbf4184 View commit details
    Browse the repository at this point in the history