Skip to content

Commit

Permalink
Update sbt-whitesource to 0.1.18
Browse files Browse the repository at this point in the history
In particular to get lightbend/sbt-whitesource#59
and fix akka#651
  • Loading branch information
raboof committed Apr 7, 2020
1 parent cfa2093 commit 6b17d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.1")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.14")
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.18")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")

resolvers += Resolver.jcenterRepo

0 comments on commit 6b17d64

Please sign in to comment.