File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object Deps {
2323 val jna = ivy " net.java.dev.jna:jna:5.14.0 "
2424 val geny = ivy " com.lihaoyi::geny::1.1.1 "
2525 val sourcecode = ivy " com.lihaoyi::sourcecode::0.4.2 "
26- val utest = ivy " com.lihaoyi::utest::0.8.3 "
26+ val utest = ivy " com.lihaoyi::utest::0.8.4 "
2727 def scalaLibrary (version : String ) = ivy " org.scala-lang:scala-library: ${version}"
2828}
2929
@@ -141,16 +141,15 @@ trait OsModule extends OsLibModule { outer =>
141141
142142object os extends Module {
143143
144-
145144 object jvm extends Cross [OsJvmModule ](scalaVersions)
146145 trait OsJvmModule extends OsModule with MiMaChecks {
147- object test extends ScalaTests with OsLibTestModule {
146+ object test extends ScalaTests with OsLibTestModule {
148147
149148 // we check the textual output of system commands and expect it in english
150149 def forkEnv = super .forkEnv() ++ Map (
151150 " TEST_JAR_WRITER_ASSEMBLY" -> testJarWriter.assembly().path.toString,
152151 " TEST_JAR_READER_ASSEMBLY" -> testJarReader.assembly().path.toString,
153- " TEST_JAR_EXIT_ASSEMBLY" -> testJarExit.assembly().path.toString,
152+ " TEST_JAR_EXIT_ASSEMBLY" -> testJarExit.assembly().path.toString
154153 )
155154
156155 object testJarWriter extends JavaModule
You can’t perform that action at this time.
0 commit comments