Skip to content

Commit f82b272

Browse files
author
lemastero
committed
update plugins and nix after merge
1 parent 742f628 commit f82b272

File tree

5 files changed

+3143
-3166
lines changed

5 files changed

+3143
-3166
lines changed

project/build.properties

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

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
logLevel := sbt.Level.Warn
2-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
2+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
33
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
44
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.5")
5-
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "2.1.0")
5+
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
66
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.25")
7-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2")
7+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1")
88

99
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.6.6"

0 commit comments

Comments
 (0)