Merge pull request #7227 from yoshinorin/chore/use-sonatypeOssRepos

Use `sonatypeOssRepos` instead of `sonatypeRepo`
This commit is contained in:
eugene yokota 2023-04-30 12:51:16 -04:00 committed by GitHub
commit d23649f778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def commonBaseSettings: Seq[Setting[_]] = Def.settings(
scalaVersion := baseScalaVersion,
componentID := None,
resolvers += Resolver.typesafeIvyRepo("releases").withName("typesafe-sbt-build-ivy-releases"),
resolvers += Resolver.sonatypeRepo("snapshots"),
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
testFrameworks += TestFramework("hedgehog.sbt.Framework"),
testFrameworks += TestFramework("verify.runner.Framework"),
Global / concurrentRestrictions += Util.testExclusiveRestriction,