Skip to content

Commit

Permalink
SBT: update to using Resolver.sonatypeOssRepos
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Aug 28, 2023
1 parent 8024cc9 commit 7a1fd51
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 @@ -35,7 +35,7 @@ inThisBuild(
url("https://github.com/tanishiking/")
)
),
resolvers += Resolver.sonatypeRepo("public"),
resolvers ++= Resolver.sonatypeOssRepos("public"),
scalaVersion := "2.12.18",
publishArtifact in packageDoc := sys.env.contains("CI"),
publishArtifact in packageSrc := sys.env.contains("CI")
Expand Down

0 comments on commit 7a1fd51

Please sign in to comment.