Merge pull request #8319 from xuwei-k/fallback-dependencies-inter-project

[1.x] fix `fallback-dependencies-inter-project` test
This commit is contained in:
eugene yokota 2025-10-03 01:16:28 -04:00 committed by GitHub
commit aed224f842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ ThisBuild / scalaVersion := "2.11.12"
lazy val a = project
.settings(
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.234" from "https://oss.sonatype.org/content/repositories/releases/com/chuusai/shapeless_2.11/2.3.1/shapeless_2.11-2.3.1.jar"
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.234" from "https://repo1.maven.org/maven2/com/chuusai/shapeless_2.11/2.3.1/shapeless_2.11-2.3.1.jar"
)
lazy val b = project