Skip to content

Commit ac683c5

Browse files
authored
Update pretty stacktraces to 0.0.1-M1 (#445)
1 parent 75b04cc commit ac683c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object Deps {
6363
def organizeImports = ivy"com.github.liancheng::organize-imports:0.5.0"
6464
def osLib = ivy"com.lihaoyi::os-lib:0.7.8"
6565
def pprint = ivy"com.lihaoyi::pprint:0.6.6"
66-
def prettyStacktraces = ivy"org.virtuslab::pretty-stacktraces:0.0.0+27-b9d69198-SNAPSHOT"
66+
def prettyStacktraces = ivy"org.virtuslab::pretty-stacktraces:0.0.1-M1"
6767
def scala3Compiler(sv: String) = ivy"org.scala-lang::scala3-compiler:$sv"
6868
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")
6969
def scalac(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"

0 commit comments

Comments
 (0)