Skip to content

Commit 05b7351

Browse files
committed
[build] Update scala-java-time to 2.6.0
Re-enable the native builds of the time parsers
1 parent cc67a38 commit 05b7351

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

build.sbt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,23 @@ lazy val time = (projectMatrix in file("TimeParser"))
202202
),
203203
Seq(
204204
libraryDependencies ++= Seq(
205-
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
205+
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
206206
),
207207
) ++
208208
sharedJsSettings,
209209
)
210+
.nativePlatform(
211+
scalaVersions = Seq(
212+
scala212Ver,
213+
scala213Ver,
214+
scala3Ver,
215+
),
216+
Seq(
217+
libraryDependencies ++= Seq(
218+
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
219+
),
220+
)
221+
)
210222

211223
lazy val uri = (projectMatrix in file("UriParser"))
212224
.dependsOn(base)

0 commit comments

Comments
 (0)