We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc67a38 commit 05b7351Copy full SHA for 05b7351
build.sbt
@@ -202,11 +202,23 @@ lazy val time = (projectMatrix in file("TimeParser"))
202
),
203
Seq(
204
libraryDependencies ++= Seq(
205
- "io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
+ "io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
206
207
) ++
208
sharedJsSettings,
209
)
210
+ .nativePlatform(
211
+ scalaVersions = Seq(
212
+ scala212Ver,
213
+ scala213Ver,
214
+ scala3Ver,
215
+ ),
216
+ Seq(
217
+ libraryDependencies ++= Seq(
218
219
220
+ )
221
222
223
lazy val uri = (projectMatrix in file("UriParser"))
224
.dependsOn(base)
0 commit comments