Skip to content

Commit

Permalink
Merge pull request #102 from JD557/fix-example-deprecation
Browse files Browse the repository at this point in the history
Replace `using lib` with `using dep`
  • Loading branch information
JD557 committed Feb 24, 2024
2 parents b91e820 + 55bc713 commit 492a8b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/release/example-minart-backend.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala "3.3.1"
//> using lib "eu.joaocosta::minart::0.6.0-M2"
//> using lib "eu.joaocosta::interim::0.1.6"
//> using dep "eu.joaocosta::minart::0.6.0-M2"
//> using dep "eu.joaocosta::interim::0.1.6"

/** This file contains a simple graphical backend written in Minart.
*
Expand Down
4 changes: 2 additions & 2 deletions examples/snapshot/example-minart-backend.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala "3.3.1"
//> using lib "eu.joaocosta::minart::0.6.0-M2"
//> using lib "eu.joaocosta::interim::0.1.7-SNAPSHOT"
//> using dep "eu.joaocosta::minart::0.6.0-M2"
//> using dep "eu.joaocosta::interim::0.1.7-SNAPSHOT"

/** This file contains a simple graphical backend written in Minart.
*
Expand Down

0 comments on commit 492a8b9

Please sign in to comment.