Skip to content

Commit e62d810

Browse files
authored
Update Scala CLI example for newer Scala CLI and new snapshots repo (#4977)
1 parent 2b143e3 commit e62d810

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/scripts/chisel-example.scala

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
//> using repository "sonatype-s01:snapshots"
2-
//> using scala "2.13.16"
3-
//> using dep "org.chipsalliance::chisel:@VERSION@"
4-
//> using plugin "org.chipsalliance:::chisel-plugin:@VERSION@"
5-
//> using options "-unchecked", "-deprecation", "-language:reflectiveCalls", "-feature", "-Xcheckinit", "-Xfatal-warnings", "-Ywarn-dead-code", "-Ywarn-unused", "-Ymacro-annotations"
1+
//> using repository https://central.sonatype.com/repository/maven-snapshots
2+
//> using scala 2.13.16
3+
//> using dep org.chipsalliance::chisel:@VERSION@
4+
//> using plugin org.chipsalliance:::chisel-plugin:@VERSION@
5+
//> using options -unchecked -deprecation -language:reflectiveCalls -feature -Xcheckinit
6+
//> using options -Xfatal-warnings -Ywarn-dead-code -Ywarn-unused -Ymacro-annotations
67

78
import chisel3._
89
// _root_ disambiguates from package chisel3.util.circt if user imports chisel3.util._

0 commit comments

Comments
 (0)