File tree 2 files changed +4
-3
lines changed
src/test/scala/onion/compiler/tools
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ lazy val onionSettings = Seq(
88
88
" org.ow2.asm" % " asm" % " 5.0.2" ,
89
89
" net.java.dev.javacc" % " javacc" % " 5.0" ,
90
90
" junit" % " junit" % " 4.7" % " test" ,
91
- " org.scalatest" %% " scalatest" % " 3.0.8 " % " test"
91
+ " org.scalatest" %% " scalatest" % " 3.2.19 " % " test"
92
92
),
93
93
Compile / sourceGenerators += Def .task {
94
94
val cp = (Compile / externalDependencyClasspath).value
Original file line number Diff line number Diff line change 1
1
package onion .compiler .tools
2
2
3
3
import onion .tools .Shell
4
- import org .scalatest ._
4
+ import org .scalatest .diagrams .Diagrams
5
+ import org .scalatest .funspec .AnyFunSpec
5
6
6
- class AbstractShellSpec extends FunSpec with DiagrammedAssertions {
7
+ class AbstractShellSpec extends AnyFunSpec with Diagrams {
7
8
val shell = Shell (Seq ())
8
9
}
You can’t perform that action at this time.
0 commit comments