We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1ed69 commit 2b90025Copy full SHA for 2b90025
build.sbt
@@ -301,6 +301,22 @@ lazy val xml = (projectMatrix in file("XmlParser"))
301
scala3Ver,
302
))
303
304
+lazy val jvms = (project in file(".sbt/matrix/jvms"))
305
+ .aggregate(base.jvm(scala212Ver))
306
307
+ .aggregate(base.jvm(scala3Ver))
308
+ .aggregate(json.jvm(scala212Ver))
309
310
+ .aggregate(json.jvm(scala3Ver))
311
+ .aggregate(time.jvm(scala212Ver))
312
313
+ .aggregate(time.jvm(scala3Ver))
314
+ .aggregate(uri.jvm(scala212Ver))
315
316
+ .aggregate(uri.jvm(scala3Ver))
317
+ .aggregate(xml.jvm(scala3Ver))
318
+
319
320
disablePlugins(MimaPlugin)
321
disablePlugins(TastyMiMaPlugin)
322
autoScalaLibrary := false
0 commit comments