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.
2 parents 1f998e5 + 521645b commit c3dffbbCopy full SHA for c3dffbb
build.sbt
@@ -102,7 +102,7 @@ lazy val bridge = (project in file("utils/bridge"))
102
103
lazy val commonProfile: Project => Project =
104
_.enablePlugins(ScalaJSBundlerPlugin, ScalafixPlugin).settings(
105
- crossScalaVersions := Seq("2.12.11", "2.13.3"),
+ crossScalaVersions := Seq("2.12.13", "2.13.3"),
106
scalaVersion := crossScalaVersions.value.last,
107
description := Settings.description,
108
webpackBundlingMode := BundlingMode.LibraryOnly(),
0 commit comments