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 04853e7 commit d6af86eCopy full SHA for d6af86e
project/deps.sc
@@ -155,7 +155,7 @@ object Deps {
155
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
156
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
157
def osLib = ivy"com.lihaoyi::os-lib:0.10.0"
158
- def pprint = ivy"com.lihaoyi::pprint:0.8.1"
+ def pprint = ivy"com.lihaoyi::pprint:0.9.0"
159
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
160
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
161
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"
0 commit comments