Skip to content

Commit a6ca580

Browse files
authored
Merge pull request #60 from scala-steward/update/sbt-ci-release-1.11.0
sbt-ci-release 1.11.0 (was 1.9.3)
2 parents 92d592e + 3fee3c1 commit a6ca580

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ lazy val `sbt-digest` = project in file(".")
22

33
enablePlugins(SbtWebBase)
44

5-
sonatypeProfileName := "com.github.sbt.sbt-digest" // See https://issues.sonatype.org/browse/OSSRH-77819#comment-1203625
6-
75
description := "sbt-web plugin for adding checksum files for web assets. Checksums are useful for asset fingerprinting and etag values"
86

97
developers += Developer(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.0
1+
sbt.version=1.11.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("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")

0 commit comments

Comments
 (0)