Skip to content

Commit

Permalink
Update utest from 0.8.1 to 0.8.2 (#107)
Browse files Browse the repository at this point in the history
Pull request: #107
  • Loading branch information
scala-steward authored Feb 21, 2024
1 parent 3a886a1 commit f036b33
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 @@ -11,7 +11,7 @@ object Deps {
}

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

val crosses =
Expand Down

0 comments on commit f036b33

Please sign in to comment.