Skip to content

Commit

Permalink
Upgrade sbt-github-release to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed May 11, 2020
1 parent 8bbae6c commit c825331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val `bloop-build` = project
.settings(
exportJars := true,
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0"),
addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.6.0"),
addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0"),
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.4"),
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0"),
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.3"),
Expand Down

0 comments on commit c825331

Please sign in to comment.