We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee5a5e commit 9165119Copy full SHA for 9165119
1 file changed
migrate-posts.scala
@@ -1,3 +1,4 @@
1
+//> using scala 3.6.3
2
//> using dep org.virtuslab::scala-yaml::0.3.1
3
//> using dep co.fs2::fs2-io::3.12.2
4
@@ -106,7 +107,7 @@ object PostParser {
106
107
}
108
109
object MigratePosts extends IOApp {
- val oldPostsDir = Path("../typelevel.github.com/collections/_posts")
110
+ val oldPostsDir = Path("collections/_posts")
111
val newBlogDir = Path("src/blog")
112
113
// Manual renaming map for files that would collide after date stripping
0 commit comments