Skip to content

Commit 88d4621

Browse files
authored
Merge pull request #860 from scalacenter/update/gson-2.13.0
Update gson to 2.13.0
2 parents b8349b3 + bf2300d commit 88d4621

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.12.1",
54+
"com.google.code.gson" % "gson" % "2.13.0",
5555
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
5656
"org.reactivestreams" % "reactive-streams" % "1.0.4",
5757
"commons-io" % "commons-io" % "2.18.0",

0 commit comments

Comments
 (0)