Skip to content

Commit

Permalink
Merge pull request #142 from ckipp01/scala-cli
Browse files Browse the repository at this point in the history
chore: use dep instead of lib
  • Loading branch information
ckipp01 authored Jan 30, 2024
2 parents 264c81c + 86b96b3 commit 9b1ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-proposal-listing.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.1"
//> using lib "com.vladsch.flexmark:flexmark-all:0.64.8"
//> using dep com.vladsch.flexmark:flexmark-all:0.64.8

import java.io.PrintWriter
import java.io.File
Expand Down

0 comments on commit 9b1ea25

Please sign in to comment.