We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b04cc commit ac683c5Copy full SHA for ac683c5
project/deps.sc
@@ -63,7 +63,7 @@ object Deps {
63
def organizeImports = ivy"com.github.liancheng::organize-imports:0.5.0"
64
def osLib = ivy"com.lihaoyi::os-lib:0.7.8"
65
def pprint = ivy"com.lihaoyi::pprint:0.6.6"
66
- def prettyStacktraces = ivy"org.virtuslab::pretty-stacktraces:0.0.0+27-b9d69198-SNAPSHOT"
+ def prettyStacktraces = ivy"org.virtuslab::pretty-stacktraces:0.0.1-M1"
67
def scala3Compiler(sv: String) = ivy"org.scala-lang::scala3-compiler:$sv"
68
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
69
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
0 commit comments