Skip to content

Commit 8ef0c22

Browse files
Update script for scala-cli-md-spec 0.2.0
1 parent 1cb3463 commit 8ef0c22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/test-snippets.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//> using scala 3.3.5
2-
//> using dep com.kubuszok::scala-cli-md-spec:0.1.1
1+
//> using scala 3.3.6
2+
//> using dep com.kubuszok::scala-cli-md-spec:0.2.0
33
//> using dep org.virtuslab::scala-yaml:0.3.1
44

55
import com.kubuszok.scalaclimdspec.*
@@ -112,7 +112,7 @@ class ChimneyExtendedRunner(runner: Runner)(
112112
* }}}
113113
*/
114114
@main def testChimneySnippets(args: String*): Unit = testSnippets(args.toArray) { cfg =>
115-
new ChimneyExtendedRunner(new Runner.Default(cfg))(
115+
ChimneyExtendedRunner(Runner.Default(cfg))(
116116
chimneyVersion = cfg
117117
.extra("chimney-version")
118118
.trim

0 commit comments

Comments
 (0)