Skip to content

Commit d6af86e

Browse files
Update pprint to 0.9.0 (#2855)
Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 04853e7 commit d6af86e

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
@@ -155,7 +155,7 @@ object Deps {
155155
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
156156
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
157157
def osLib = ivy"com.lihaoyi::os-lib:0.10.0"
158-
def pprint = ivy"com.lihaoyi::pprint:0.8.1"
158+
def pprint = ivy"com.lihaoyi::pprint:0.9.0"
159159
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
160160
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
161161
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"

0 commit comments

Comments
 (0)