File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/build/src/test/scala/scala/build/tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import $ivy .`com.lihaoyi::pprint:0.8.0 `
1
+ import $ivy .`com.lihaoyi::pprint:0.8.1 `
2
2
3
3
object Test {
4
4
def something [F [_]] = ()
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ abstract class BuildTests(server: Boolean) extends munit.FunSuite {
312
312
val testInputs = TestInputs (
313
313
os.rel / " simple.sc" ->
314
314
""" 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 `
316
316
|import geny.Generator
317
317
|val g = Generator("Hel", "lo")
318
318
|pprint.log(g)
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ object Deps {
138
138
def nativeTools = ivy " org.scala-native::tools: ${Versions .scalaNative}"
139
139
def organizeImports = ivy " com.github.liancheng::organize-imports:0.6.0 "
140
140
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 "
142
142
def pythonInterface = ivy " io.github.alexarchambault.python:interface:0.1.0 "
143
143
def pythonNativeLibs = ivy " ai.kien::python-native-libs:0.2.4 "
144
144
def scala3Compiler (sv : String ) = ivy " org.scala-lang:scala3-compiler_3: $sv"
You can’t perform that action at this time.
0 commit comments