Skip to content

Commit

Permalink
sbt 1.7 resolver deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Nov 2, 2022
1 parent 7affe62 commit 1fcbd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands += Command.command("ci-windows") { s =>
}

// Dependencies
resolvers += Resolver.sonatypeRepo("public")
resolvers ++= Resolver.sonatypeOssRepos("public")
libraryDependencies ++= Dependencies.all
libraryDependencies ++= List(
"com.lihaoyi" %% "fansi" % "0.4.0" % Test,
Expand Down

0 comments on commit 1fcbd43

Please sign in to comment.