Skip to content

Commit

Permalink
Update guava to 23.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and regadas committed Nov 5, 2018
1 parent 6d5cf0a commit 900f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -13,7 +13,7 @@ lazy val scioIdeaPlugin: Project = project.in(file("."))
assemblyExcludedJars in assembly := ideaFullJars.value,
ideaBuild := "181.5540.7",
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "19.0",
"com.google.guava" % "guava" % "23.0",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
)
)
Expand Down

0 comments on commit 900f52e

Please sign in to comment.