Skip to content

Commit

Permalink
add repository sonatype:snapshots in templates too
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Oct 2, 2024
1 parent d67b68c commit 278c2fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion templates/aws/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
//> using dep "org.virtuslab::besom-core:0.4.0-SNAPSHOT"
//> using dep "org.virtuslab::besom-aws:6.39.0-core.0.3"


// TODO: remove after 0.4.0 release
//> using repository sonatype:snapshots
3 changes: 2 additions & 1 deletion templates/default/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
//> using dep "org.virtuslab::besom-core:0.4.0-SNAPSHOT"
//> using dep "org.virtuslab::besom-random:4.16.2-core.0.3"


// TODO: remove after 0.4.0 release
//> using repository sonatype:snapshots
3 changes: 2 additions & 1 deletion templates/gcp/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
//> using dep "org.virtuslab::besom-core:0.4.0-SNAPSHOT"
//> using dep "org.virtuslab::besom-gcp:7.26.0-core.0.3"


// TODO: remove after 0.4.0 release
//> using repository sonatype:snapshots
3 changes: 2 additions & 1 deletion templates/kubernetes/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
//> using dep "org.virtuslab::besom-core:0.4.0-SNAPSHOT"
//> using dep "org.virtuslab::besom-kubernetes:4.13.1-core.0.3"


// TODO: remove after 0.4.0 release
//> using repository sonatype:snapshots

0 comments on commit 278c2fb

Please sign in to comment.