Skip to content

Commit

Permalink
Update utest to 0.8.1 (#60)
Browse files Browse the repository at this point in the history
Pull request: #60
  • Loading branch information
scala-steward authored Oct 25, 2022
1 parent cc860eb commit a4964ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Deps {
.filter(_ => scalaVersion != "2.13.10" /* exclude unreleased versions, if any */)

def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
val utest = ivy"com.lihaoyi::utest:0.8.0"
val utest = ivy"com.lihaoyi::utest:0.8.1"
}

object acyclic extends Cross[AcyclicModule](
Expand Down

0 comments on commit a4964ba

Please sign in to comment.