Skip to content

Commit 613dfe6

Browse files
authored
Merge pull request #3803 from scala-steward/update/pprint-0.9.1
Update pprint to 0.9.1
2 parents d35fb2a + e015d94 commit 613dfe6

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.0"
489+
val pprintDep = "com.lihaoyi::pprint:0.9.1"
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.0"
208+
def pprint = ivy"com.lihaoyi::pprint:0.9.1"
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)