Skip to content

Commit

Permalink
feat(scala): upgrade sbt and sbt-apache-sonatype (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Sep 27, 2024
1 parent e24b8bb commit 119693e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scala/project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

sbt.version=1.10.0
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion scala/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.11")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.12")

0 comments on commit 119693e

Please sign in to comment.