Use `sonatypeOssRepos` instead of `sonatypeRepo`

This commit is contained in:
yoshinorin 2023-05-01 00:01:08 +09:00
parent 48cacd312e
commit e590740467
No known key found for this signature in database
GPG Key ID: CC9074BB37DCF63D
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,