Skip to content

Commit

Permalink
Update utest to 0.8.1 (#1323)
Browse files Browse the repository at this point in the history
Pull request: #1323
  • Loading branch information
lefou authored Feb 6, 2023
1 parent 9572f79 commit 0f6d21b
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 @@ -106,7 +106,7 @@ object Deps {
val sshdCore = ivy"org.apache.sshd:sshd-core:1.2.0"
val trees = ivy"org.scalameta::trees:$scalametaVersion"
val upickle = ivy"com.lihaoyi::upickle:2.0.0"
val utest = ivy"com.lihaoyi::utest:0.7.10"
val utest = ivy"com.lihaoyi::utest:0.8.1"

/** A dependency containing Scala 2 macros which we apply at compile-time, even when targetting Scala 3. */
trait Use3Dep {
Expand Down

0 comments on commit 0f6d21b

Please sign in to comment.