-
Notifications
You must be signed in to change notification settings - Fork 155
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
issue #1332 - Upgrade to Scala 2.13 #1333
Conversation
Snyk has created this PR to upgrade org.scala-lang:scala-library from 2.12.19 to 2.13.14. See this package in maven: org.scala-lang:scala-library See this project in Snyk: https://app.snyk.io/org/wajda/project/cb08aba9-ae42-4c2d-8b5f-f02ed8d0264b?utm_source=github&utm_medium=referral&page=upgrade-pr
9836cb1
to
40a9d65
Compare
9c987c1
to
0d7992a
Compare
0d7992a
to
1ea5918
Compare
logger.warn("" + | ||
s"DST gap was detected for the input '$s' in the time zone '$tz'. " + | ||
s"Continue with the adjusted datetime '$zdt''") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logger.warn("" + | |
s"DST gap was detected for the input '$s' in the time zone '$tz'. " + | |
s"Continue with the adjusted datetime '$zdt''") | |
logger.warn( | |
s"DST gap was detected for the input '$s' in the time zone '$tz'. " + | |
s"Continue with the adjusted datetime '$zdt'" | |
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same bellow
…rn' to allow build to pass on Windows
a522e03
to
cc92d9e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
4dfa39b
to
f69661c
Compare
Quality Gate passedIssues Measures |
fixes #1332