Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Oct 18, 2024
1 parent 82a99a5 commit 63fa237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-avro/publishing/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "com.github.sbt",
publishTo := Some(Opts.resolver.sonatypeReleases),
publishTo := Some(Opts.resolver.sonatypeOssReleases),
scalaVersion := "2.13.15"
)

Expand Down

0 comments on commit 63fa237

Please sign in to comment.