Skip to content

Commit 6dedd8b

Browse files
Update pprint to 0.9.3 (#3805)
1 parent 613dfe6 commit 6dedd8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/integration/src/test/scala/scala/cli/integration/FixBuiltInRulesTestDefinitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ trait FixBuiltInRulesTestDefinitions { _: FixTestDefinitions =>
486486
test("all test directives get extracted into project.scala") {
487487
val osLibDep = "com.lihaoyi::os-lib:0.11.3"
488488
val munitDep = "org.scalameta::munit:1.1.1"
489-
val pprintDep = "com.lihaoyi::pprint:0.9.1"
489+
val pprintDep = "com.lihaoyi::pprint:0.9.3"
490490
val osLibDepDirective = s"//> using dependency $osLibDep"
491491
val osLibTestDepDirective = s"//> using test.dependency $osLibDep"
492492
val munitTestDepDirective = s"//> using test.dependency $munitDep"

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ object Deps {
205205
def nativeTestRunner = ivy"org.scala-native::test-runner:${Versions.scalaNative}"
206206
def nativeTools = ivy"org.scala-native::tools:${Versions.scalaNative}"
207207
def osLib = ivy"com.lihaoyi::os-lib:0.11.3"
208-
def pprint = ivy"com.lihaoyi::pprint:0.9.1"
208+
def pprint = ivy"com.lihaoyi::pprint:0.9.3"
209209
def pythonInterface = ivy"io.github.alexarchambault.python:interface:0.1.0"
210210
def pythonNativeLibs = ivy"ai.kien::python-native-libs:0.2.4"
211211
def scalaAsync = ivy"org.scala-lang.modules::scala-async:1.0.1".exclude("*" -> "*")

0 commit comments

Comments
 (0)