Skip to content

Commit 1aa3ed8

Browse files
Update pprint to 0.8.1 (#1654)
1 parent d37be5b commit 1aa3ed8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/scala-files/simple.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import $ivy.`com.lihaoyi::pprint:0.8.0`
1+
import $ivy.`com.lihaoyi::pprint:0.8.1`
22

33
object Test {
44
def something[F[_]] = ()

modules/build/src/test/scala/scala/build/tests/BuildTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ abstract class BuildTests(server: Boolean) extends munit.FunSuite {
312312
val testInputs = TestInputs(
313313
os.rel / "simple.sc" ->
314314
"""import $ivy.`com.lihaoyi::geny:0.6.5`
315-
|import $ivy.`com.lihaoyi::pprint:0.8.0`
315+
|import $ivy.`com.lihaoyi::pprint:0.8.1`
316316
|import geny.Generator
317317
|val g = Generator("Hel", "lo")
318318
|pprint.log(g)

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ object Deps {
138138
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
139139
def organizeImports = ivy"com.github.liancheng::organize-imports:0.6.0"
140140
def osLib = ivy"com.lihaoyi::os-lib:0.8.1"
141-
def pprint = ivy"com.lihaoyi::pprint:0.8.0"
141+
def pprint = ivy"com.lihaoyi::pprint:0.8.1"
142142
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
143143
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
144144
def scala3Compiler(sv: String) = ivy"org.scala-lang:scala3-compiler_3:$sv"

0 commit comments

Comments
 (0)