Skip to content

Commit

Permalink
Update scala-java-time to 2.6.0 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 8, 2024
1 parent 03bbdc3 commit 5d29b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val core = projectMatrix
.settings(
libraryDependencies ++= Seq(
"com.thesamet.scalapb.grpcweb" %%% "scalapb-grpcweb" % "0.7.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % "test"
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % "test"
),
Compile / npmDependencies += "grpc-web" -> "1.4.2"
)
Expand Down Expand Up @@ -118,7 +118,7 @@ lazy val e2eProtos =
settings = Seq(
libraryDependencies ++= Seq(
"com.thesamet.scalapb.grpcweb" %%% "scalapb-grpcweb" % "0.7.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0"
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
)
)
)
Expand Down

0 comments on commit 5d29b6e

Please sign in to comment.