Skip to content

Commit

Permalink
Update guava to 28.2-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 27, 2019
1 parent b4fc595 commit acf61e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ lazy val V = new {
nonDeprecatedScalaVersions ++ deprecatedScalaVersions
def deprecatedScalaVersions = Seq("2.12.8", "2.12.9", scala211)
def nonDeprecatedScalaVersions = Seq("2.13.0", scala213, scala212)
def guava = "com.google.guava" % "guava" % "28.1-jre"
def guava = "com.google.guava" % "guava" % "28.2-jre"
def lsp4j = "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.8.1"
def dap4j =
"org.eclipse.lsp4j" % "org.eclipse.lsp4j.debug" % "0.8.1"
Expand Down

0 comments on commit acf61e6

Please sign in to comment.