Skip to content

Commit 7eb0626

Browse files
authored
Merge pull request #865 from scalacenter/update/gson-2.13.1
Update gson to 2.13.1
2 parents ac98aea + 925b856 commit 7eb0626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val javaDebug = project
5151
autoScalaLibrary := false,
5252
libraryDependencies ++= Seq(
5353
"org.apache.commons" % "commons-lang3" % "3.17.0",
54-
"com.google.code.gson" % "gson" % "2.13.0",
54+
"com.google.code.gson" % "gson" % "2.13.1",
5555
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
5656
"org.reactivestreams" % "reactive-streams" % "1.0.4",
5757
"commons-io" % "commons-io" % "2.19.0",

0 commit comments

Comments
 (0)