Skip to content

Commit

Permalink
Update scala-java-time to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed Jun 7, 2024
1 parent c04f08d commit ae4872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ lazy val examples = crossProject(JVMPlatform, JSPlatform)
run / fork := true,
).jsSettings(
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.4.0"
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
),
Compile / mainClass := Some("BasicExample"),
scalaJSUseMainModuleInitializer := true,
Expand Down

0 comments on commit ae4872b

Please sign in to comment.