Skip to content

Commit 1f5cebd

Browse files
authored
Merge pull request #1358 from yadavan88/scala-cli-update
Scala CLI example update
2 parents 34f1b9b + 5c48066 commit 1f5cebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scala-sbt/app-packaging/scalacli-app/ScalaCliApp.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//> using scala "3.1.0"
1+
//> using scala 3.4.2
2+
//> using dep com.lihaoyi::os-lib:0.10.1
23
package com.baeldung.scalacli
3-
import $dep.`com.lihaoyi::os-lib:0.7.8`
44
import os._
55

66
object ScalaCliApp {

0 commit comments

Comments
 (0)