@@ -753,8 +753,7 @@ object Build {
753753 // get libraries onboard
754754 libraryDependencies ++= Seq (
755755 " org.scala-lang.modules" % " scala-asm" % " 9.8.0-scala-1" , // used by the backend
756- Dependencies .compilerInterface,
757- " org.virtuslab" % " using_directives" % " 1.1.4" , // used by the REPL for parsing magic comments
756+ Dependencies .compilerInterface
758757 ),
759758
760759 // For convenience, change the baseDirectory when running the compiler
@@ -1836,7 +1835,7 @@ object Build {
18361835 " com.lihaoyi" %% " sourcecode" % " 0.4.4" ,
18371836 " com.github.sbt" % " junit-interface" % " 0.13.3" % Test ,
18381837 (" io.get-coursier" %% " coursier" % " 2.0.24" % Test ).cross(CrossVersion .for3Use2_13),
1839- " io.get-coursier" % " interface" % " 1.0.28 " , // used by the REPL for dependency resolution
1838+ " io.get-coursier" % " interface" % " 1.0.29 " , // used by the REPL for dependency resolution
18401839 ),
18411840 // Configure to use the non-bootstrapped compiler
18421841 scalaInstance := {
@@ -2456,7 +2455,6 @@ object Build {
24562455 " com.github.sbt" % " junit-interface" % " 0.13.3" % Test ,
24572456 " org.scala-lang.modules" % " scala-asm" % " 9.8.0-scala-1" ,
24582457 Dependencies .compilerInterface,
2459- " org.virtuslab" % " using_directives" % " 1.1.4" , // used by the REPL for parsing magic comments
24602458 ),
24612459 // NOTE: The only difference here is that we drop `-Werror` and semanticDB for now
24622460 Compile / scalacOptions := Seq (" -deprecation" , " -feature" , " -unchecked" , " -encoding" , " UTF8" , " -language:implicitConversions" ),
@@ -2606,7 +2604,6 @@ object Build {
26062604 " org.scala-lang.modules" % " scala-asm" % " 9.8.0-scala-1" ,
26072605 Dependencies .compilerInterface,
26082606 " com.github.sbt" % " junit-interface" % " 0.13.3" % Test ,
2609- " org.virtuslab" % " using_directives" % " 1.1.4" , // used by the REPL for parsing magic comments
26102607 ),
26112608 // NOTE: The only difference here is that we drop `-Werror` and semanticDB for now
26122609 Compile / scalacOptions := Seq (" -deprecation" , " -feature" , " -unchecked" , " -encoding" , " UTF8" , " -language:implicitConversions" ),
0 commit comments