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

Fixes library and compilation warnings, defaults to Scala 2.13 #100

Merged

Commits on May 12, 2020

  1. Fixes dependency and compilation warnings:

    - updates Circe to 0.13.0 (only for Scala 2.12 and 2.12)
    - downgrades typesafe config to 1.3.3, since this is the version that Akka HTTP uses
    - excludes scala-library from dependencies
    - upgrades Akka HTTP to 10.1.12
    - for Scala 2.13 dsql uses `StringContext.checkLengths` and `StringContext.processEscapes`, since `sc.checkLengths` and `StringContext.treatEscapes` are deprecated.
    - default Scala version is now 2.13
    
    ing-bankGH-97
    anskarl committed May 12, 2020
    Configuration menu
    Copy the full SHA
    ecc7743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b22f1f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    fa5f888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce495f View commit details
    Browse the repository at this point in the history