Skip to content

Commit

Permalink
Merge pull request #82 from scala-steward/update/google-cloud-storage…
Browse files Browse the repository at this point in the history
…-1.103.1

Update google-cloud-storage to 1.103.1
  • Loading branch information
olafurpg authored Mar 29, 2020
2 parents 82ea413 + b08592b commit f295089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def scala212 = "2.12.11"
def scala211 = "2.11.12"
def dotty = "0.23.0-RC1"
def junitVersion = "4.13"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.103.0"
def gcp = "com.google.cloud" % "google-cloud-storage" % "1.103.1"
inThisBuild(
List(
version ~= { old =>
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.6.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0-M2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.103.0"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.103.1"

unmanagedSourceDirectories.in(Compile) +=
baseDirectory.in(ThisBuild).value.getParentFile /
Expand Down

0 comments on commit f295089

Please sign in to comment.