Skip to content

Commit

Permalink
Update utest from 0.8.3 to 0.8.4 (#291)
Browse files Browse the repository at this point in the history
Pull request: #291
  • Loading branch information
scala-steward authored Aug 29, 2024
1 parent ce72cc0 commit ac17c9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Deps {
val jna = ivy"net.java.dev.jna:jna:5.14.0"
val geny = ivy"com.lihaoyi::geny::1.1.1"
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
val utest = ivy"com.lihaoyi::utest::0.8.3"
val utest = ivy"com.lihaoyi::utest::0.8.4"
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
}

Expand Down Expand Up @@ -141,16 +141,15 @@ trait OsModule extends OsLibModule { outer =>

object os extends Module {


object jvm extends Cross[OsJvmModule](scalaVersions)
trait OsJvmModule extends OsModule with MiMaChecks {
object test extends ScalaTests with OsLibTestModule{
object test extends ScalaTests with OsLibTestModule {

// we check the textual output of system commands and expect it in english
def forkEnv = super.forkEnv() ++ Map(
"TEST_JAR_WRITER_ASSEMBLY" -> testJarWriter.assembly().path.toString,
"TEST_JAR_READER_ASSEMBLY" -> testJarReader.assembly().path.toString,
"TEST_JAR_EXIT_ASSEMBLY" -> testJarExit.assembly().path.toString,
"TEST_JAR_EXIT_ASSEMBLY" -> testJarExit.assembly().path.toString
)

object testJarWriter extends JavaModule
Expand Down

0 comments on commit ac17c9c

Please sign in to comment.