@@ -31,6 +31,7 @@ val sharedSettings = Seq(
31
31
Nil
32
32
case _ => Nil
33
33
}),
34
+
34
35
)
35
36
36
37
lazy val scalarx = crossProject(JSPlatform , JVMPlatform )
@@ -43,13 +44,18 @@ lazy val scalarx = crossProject(JSPlatform, JVMPlatform)
43
44
" com.github.julien-truffaut" %%% " monocle-core" % monocleVersion,
44
45
" com.github.julien-truffaut" %%% " monocle-macro" % monocleVersion % " test" ,
45
46
" org.scala-lang" % " scala-reflect" % scalaVersion.value % Provided ,
46
-
47
+ " org.scala-lang.modules " %%% " scala-collection-compat " % " 2.1.2 " ,
47
48
" com.lihaoyi" %%% " utest" % " 0.6.9" % " test" ,
48
49
" com.lihaoyi" %% " acyclic" % acyclicVersion % " provided"
49
50
),
51
+
50
52
addCompilerPlugin(" com.lihaoyi" %% " acyclic" % acyclicVersion),
51
53
testFrameworks += new TestFramework (" utest.runner.Framework" ),
52
54
autoCompilerPlugins := true ,
55
+ /* scalafixDependencies in ThisBuild += "org.scala-lang.modules" %% "scala-collection-migrations" % "2.1.1", */
56
+ /* scalacOptions ++= List("-Yrangepos", "-P:semanticdb:synthetics:on"), */
57
+ /* addCompilerPlugin(scalafixSemanticdb), */
58
+ /* scalacOptions += "-Yrangepos", */
53
59
54
60
// Sonatype
55
61
publishTo := Some (" releases" at " https://oss.sonatype.org/service/local/staging/deploy/maven2" ),
0 commit comments