File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,12 @@ lazy val scala_console = (project in file("scala-console"))
109109 " org.scalafx" %% " scalafx-extras" % " 0.7.0" ,
110110 " org.scalatest" %% " scalatest" % " 3.2.15" % " test"
111111 ),
112+ // Exclude due to security issue with its dependency "com.google.protobuf":"protobuf-java":"3.7.0"
112113 libraryDependencies ++= (
113114 if (isScala2(scalaVersion.value))
114- Seq (" org.scala-lang" % " scala-compiler" % scalaVersion.value)
115+ Seq (" org.scala-lang" % " scala-compiler" % scalaVersion.value exclude( " org.scala-sbt " , " compiler-interface " ) )
115116 else
116- Seq (" org.scala-lang" % " scala3-compiler_3" % scalaVersion.value)
117+ Seq (" org.scala-lang" % " scala3-compiler_3" % scalaVersion.value exclude( " org.scala-sbt " , " compiler-interface " ) )
117118 ),
118119 // // @formatter:on
119120 libraryDependencies ++= (
You can’t perform that action at this time.
0 commit comments