Skip to content

Commit ac17c9c

Browse files
Update utest from 0.8.3 to 0.8.4 (#291)
Pull request: #291
1 parent ce72cc0 commit ac17c9c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.sc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

142142
object 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

0 commit comments

Comments
 (0)