File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependsOn(
12
12
13
13
libraryDependencies ++= Seq (
14
14
" io.shiftleft" %% " codepropertygraph" % Versions .cpg,
15
- " com.michaelpollmeier" %% " scala-repl-pp-server" % Versions .scalaReplPP,
15
+ " com.michaelpollmeier" % " scala-repl-pp-server" % Versions .scalaReplPP cross CrossVersion .full ,
16
16
" com.github.scopt" %% " scopt" % Versions .scopt,
17
17
" org.typelevel" %% " cats-effect" % Versions .catsEffect,
18
18
" org.zeroturnaround" % " zt-zip" % Versions .zeroTurnaround,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ object Versions {
31
31
val requests = " 0.8.0"
32
32
val scalaParallel = " 1.0.4"
33
33
val scalaParserCombinators = " 2.4.0"
34
- val scalaReplPP = " 0.3.12 "
34
+ val scalaReplPP = " 0.4.1 "
35
35
val scalatest = " 3.2.18"
36
36
val scopt = " 4.1.0"
37
37
val semverParser = " 0.0.6"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependsOn(Projects.linterRules % ScalafixConfig)
4
4
5
5
libraryDependencies ++= Seq (
6
6
" io.shiftleft" %% " codepropertygraph" % Versions .cpg,
7
- " com.michaelpollmeier" %% " scala-repl-pp" % Versions .scalaReplPP,
7
+ " com.michaelpollmeier" % " scala-repl-pp" % Versions .scalaReplPP cross CrossVersion .full ,
8
8
" org.json4s" %% " json4s-native" % Versions .json4s,
9
9
" org.scala-lang.modules" %% " scala-xml" % " 2.2.0" ,
10
10
" org.apache.commons" % " commons-text" % Versions .commonsText,
You can’t perform that action at this time.
0 commit comments