Skip to content

Commit

Permalink
Update sbt and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kxbmap committed Nov 12, 2020
1 parent c8e9613 commit 8356872
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lib_managed/
src_managed/
project/boot/
project/plugins/project/
/.bsp

# Scala-IDE specific
.scala_dependencies
Expand Down
2 changes: 1 addition & 1 deletion project/Release.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Release extends AutoPlugin {

object autoImport {
val readmeFileName = settingKey[String]("Readme file name")
val readmeFileSource = settingKey[File]("README file source")
val readmeFileSource = settingKey[File]("README file source").withRank(KeyRanks.Invisible)
val readmeFile = settingKey[File]("README file")
val updateReadme = taskKey[File]("Update readme file")
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.13
sbt.version=1.4.2
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.3.2")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13")

0 comments on commit 8356872

Please sign in to comment.