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

Replace deprecated sonatype resolver #2612

Merged
merged 2 commits into from
Jun 21, 2023
Merged

Conversation

thpani
Copy link
Collaborator

@thpani thpani commented Jun 21, 2023

Update deprecated calls that append Sonatype resolvers in build.sbt.
This fixes the following deprecation warnings when building:

/home/runner/work/apalache/apalache/build.sbt:27: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Use sonatypeOssRepos instead e.g. `resolvers ++= Resolver.sonatypeOssRepos("snapshots")`
    Resolver.sonatypeRepo("snapshots"),
             ^
/home/runner/work/apalache/apalache/build.sbt:28: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Use sonatypeOssRepos instead e.g. `resolvers ++= Resolver.sonatypeOssRepos("snapshots")`
    Resolver.sonatypeRepo("releases"),
             ^

@thpani thpani added DevOps As practice, not role. Subsumes CI/CD, project organization, operationalization etc. tech-debt Technical debt labels Jun 21, 2023
@thpani thpani requested review from konnov and Kukovec June 21, 2023 07:29
@thpani thpani self-assigned this Jun 21, 2023
@thpani thpani marked this pull request as ready for review June 21, 2023 07:29
@thpani thpani requested a review from shonfeder as a code owner June 21, 2023 07:29
@thpani thpani force-pushed the th/update-sonatype-resolver branch from 4ef5716 to 1a5be40 Compare June 21, 2023 08:39
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2023

Codecov Report

Merging #2612 (bb5ee20) into main (39b23f4) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2612   +/-   ##
=======================================
  Coverage   78.48%   78.49%           
=======================================
  Files         445      445           
  Lines       15645    15645           
  Branches     2562     2562           
=======================================
+ Hits        12279    12280    +1     
+ Misses       3366     3365    -1     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thpani thpani enabled auto-merge (squash) June 21, 2023 09:22
@thpani thpani force-pushed the th/update-sonatype-resolver branch from 1a5be40 to aea3e8e Compare June 21, 2023 09:22
@thpani thpani merged commit 41bc03f into main Jun 21, 2023
@shonfeder shonfeder deleted the th/update-sonatype-resolver branch July 24, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps As practice, not role. Subsumes CI/CD, project organization, operationalization etc. tech-debt Technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants