File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ lazy val `sbt-digest` = project in file(".")
22
33enablePlugins(SbtWebBase )
44
5- sonatypeProfileName := " com.github.sbt.sbt-digest" // See https://issues.sonatype.org/browse/OSSRH-77819#comment-1203625
6-
75description := " sbt-web plugin for adding checksum files for web assets. Checksums are useful for asset fingerprinting and etag values"
86
97developers += Developer (
Original file line number Diff line number Diff line change 1- sbt.version =1.11.0
1+ sbt.version =1.11.1
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-web-build-base" % " 2.0.2" )
22
3- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
3+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1 " )
You can’t perform that action at this time.
0 commit comments