File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ ThisBuild / versionScheme := Some("early-semver")
2121ThisBuild / versionPolicyIntention := Compatibility .BinaryAndSourceCompatible
2222ThisBuild / versionPolicyIgnoredInternalDependencyVersions := Some (
2323 " ^\\ d+\\ .\\ d+\\ .\\ d+\\ +\\ d+" .r
24- )
24+ )
2525
2626lazy val commonSettings = Seq (
27- scalaVersion := " 2.13.8 " ,
28- crossScalaVersions := Seq (" 2.12.15" , " 2.13.8 " , " 3.0.1" ),
27+ scalaVersion := " 2.13.12 " ,
28+ crossScalaVersions := Seq (" 2.12.15" , " 2.13.12 " , " 3.0.1" ),
2929 parallelExecution in Test := false ,
3030 mimaPreviousArtifacts := (CrossVersion .partialVersion(
3131 scalaVersion.value
@@ -110,9 +110,10 @@ lazy val coreJS = project
110110 )
111111 .enablePlugins(ScalaJSPlugin )
112112
113- lazy val root = project.in(file(" ." )).
114- aggregate(core, coreJS).
115- settings(
113+ lazy val root = project
114+ .in(file(" ." ))
115+ .aggregate(core, coreJS)
116+ .settings(
116117 publish := {},
117- publishLocal := {},
118- )
118+ publishLocal := {}
119+ )
You can’t perform that action at this time.
0 commit comments