Skip to content

Commit 282df26

Browse files
author
scala-steward
committed
Update scala-java-time to 2.7.0
1 parent d4bea73 commit 282df26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ val commonJsSettings = commonSettings ++ Seq(
6060
},
6161
libraryDependencies ++= Seq(
6262
"org.scala-js" %%% "scalajs-dom" % "2.8.1",
63-
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % Test
63+
"io.github.cquiroz" %%% "scala-java-time" % "2.7.0" % Test
6464
)
6565
)
6666

6767
val commonNativeSettings = commonSettings ++ Seq(
6868
ideSkipProject := true,
6969
libraryDependencies ++= Seq(
70-
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % Test
70+
"io.github.cquiroz" %%% "scala-java-time" % "2.7.0" % Test
7171
)
7272
)
7373

0 commit comments

Comments
 (0)