Skip to content

Commit

Permalink
[build] Update scala-java-time to 2.6.0
Browse files Browse the repository at this point in the history
Re-enable the native builds of the time parsers
  • Loading branch information
rayrobdod committed Jun 7, 2024
1 parent cc67a38 commit 05b7351
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,23 @@ lazy val time = (projectMatrix in file("TimeParser"))
),
Seq(
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
),
) ++
sharedJsSettings,
)
.nativePlatform(
scalaVersions = Seq(
scala212Ver,
scala213Ver,
scala3Ver,
),
Seq(
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
),
)
)

lazy val uri = (projectMatrix in file("UriParser"))
.dependsOn(base)
Expand Down

0 comments on commit 05b7351

Please sign in to comment.