Skip to content

Commit dc27b95

Browse files
authored
scala-repl-pp is now published using the full scala version (#5416)
1 parent 3fa5fd4 commit dc27b95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

console/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependsOn(
1212

1313
libraryDependencies ++= Seq(
1414
"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,
1616
"com.github.scopt" %% "scopt" % Versions.scopt,
1717
"org.typelevel" %% "cats-effect" % Versions.catsEffect,
1818
"org.zeroturnaround" % "zt-zip" % Versions.zeroTurnaround,

project/Versions.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Versions {
3131
val requests = "0.8.0"
3232
val scalaParallel = "1.0.4"
3333
val scalaParserCombinators = "2.4.0"
34-
val scalaReplPP = "0.3.12"
34+
val scalaReplPP = "0.4.1"
3535
val scalatest = "3.2.18"
3636
val scopt = "4.1.0"
3737
val semverParser = "0.0.6"

semanticcpg/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependsOn(Projects.linterRules % ScalafixConfig)
44

55
libraryDependencies ++= Seq(
66
"io.shiftleft" %% "codepropertygraph" % Versions.cpg,
7-
"com.michaelpollmeier" %% "scala-repl-pp" % Versions.scalaReplPP,
7+
"com.michaelpollmeier" % "scala-repl-pp" % Versions.scalaReplPP cross CrossVersion.full,
88
"org.json4s" %% "json4s-native" % Versions.json4s,
99
"org.scala-lang.modules" %% "scala-xml" % "2.2.0",
1010
"org.apache.commons" % "commons-text" % Versions.commonsText,

0 commit comments

Comments
 (0)