Skip to content

Commit

Permalink
Replace using lib with using dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 committed Feb 24, 2024
1 parent b91e820 commit 55bc713
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 55bc713

Please sign in to comment.