From 7367bcdbece140fe8063938a0d0ec67672f2fb88 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 27 Apr 2024 12:14:40 -0700 Subject: [PATCH 1/2] add new bloggers to directory --- build.sbt | 2 +- config.json | 15 +++++++++++++++ docs/Resources/Blog_Directory.md | 7 +++++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index b009f4e..cebcc0c 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val core = crossProject(JVMPlatform) "org.typelevel" %% "munit-cats-effect" % "2.0.0-M5" % Test ), Compile / mainClass := Some("com.softinio.scalanews.Main"), - nativeImageVersion := "21.0.2", + nativeImageVersion := "21.0.1", nativeImageJvm := "graalvm-java21", nativeImageOptions += "--no-fallback", nativeImageOptions += "--enable-url-protocols=http", diff --git a/config.json b/config.json index 772dcc2..0e3a338 100644 --- a/config.json +++ b/config.json @@ -144,6 +144,21 @@ "name": "Ruslan Shevchenko", "url": "https://github.com/rssh/notes", "rss": "https://rssh.github.io/notes/feed.xml" + }, + { + "name": "Neandertech", + "url": "https://neander.tech", + "rss": "https://neander.tech/rss.xml" + }, + { + "name": "Scala Metals", + "url": "https://scalameta.org/metals/blog/", + "rss": "https://scalameta.org/metals/blog/rss.xml" + }, + { + "name": "Scala for Fun and Profit", + "url": "https://podcasters.spotify.com/pod/show/julien-truffaut/episodes/Music-DSL-in-Scala-js-with-Paul-Matthews-e2i4cqi", + "rss": "https://anchor.fm/s/f303e5b4/podcast/rss" } ] } diff --git a/docs/Resources/Blog_Directory.md b/docs/Resources/Blog_Directory.md index 1b536a3..02d1ff1 100644 --- a/docs/Resources/Blog_Directory.md +++ b/docs/Resources/Blog_Directory.md @@ -1,5 +1,5 @@ - + # Blog Directory A Directory of bloggers producing Scala related content with links to their rss feed when available. @@ -35,7 +35,10 @@ A Directory of bloggers producing Scala related content with links to their rss | Lachlan O'Dea | | [rss feed](https://lachlan.hashnode.dev/rss.xml) | | SoftwareMill | | [rss feed](https://softwaremill.com/blog.rss) | | Ruslan Shevchenko | | [rss feed](https://rssh.github.io/notes/feed.xml) | - +| Neandertech | | [rss feed](https://neander.tech/rss.xml) | +| Scala Metals | | [rss feed](https://scalameta.org/metals/blog/rss.xml) | +| Scala for Fun and Profit | | [rss feed](https://anchor.fm/s/f303e5b4/podcast/rss) | + ###### Got a Scala related blog? Add it to this Blog Directory! See [README](https://github.com/softinio/scalanews/blob/main/README.md) for details. From 94a78736c6b24ee6923133cc7837c5b429790f79 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 27 Apr 2024 12:16:25 -0700 Subject: [PATCH 2/2] add new bloggers to directory --- config.json | 2 +- docs/Resources/Blog_Directory.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 0e3a338..a458e7d 100644 --- a/config.json +++ b/config.json @@ -157,7 +157,7 @@ }, { "name": "Scala for Fun and Profit", - "url": "https://podcasters.spotify.com/pod/show/julien-truffaut/episodes/Music-DSL-in-Scala-js-with-Paul-Matthews-e2i4cqi", + "url": "https://podcasters.spotify.com/pod/show/julien-truffaut", "rss": "https://anchor.fm/s/f303e5b4/podcast/rss" } ] diff --git a/docs/Resources/Blog_Directory.md b/docs/Resources/Blog_Directory.md index 02d1ff1..cb832f1 100644 --- a/docs/Resources/Blog_Directory.md +++ b/docs/Resources/Blog_Directory.md @@ -37,7 +37,7 @@ A Directory of bloggers producing Scala related content with links to their rss | Ruslan Shevchenko | | [rss feed](https://rssh.github.io/notes/feed.xml) | | Neandertech | | [rss feed](https://neander.tech/rss.xml) | | Scala Metals | | [rss feed](https://scalameta.org/metals/blog/rss.xml) | -| Scala for Fun and Profit | | [rss feed](https://anchor.fm/s/f303e5b4/podcast/rss) | +| Scala for Fun and Profit | | [rss feed](https://anchor.fm/s/f303e5b4/podcast/rss) | ###### Got a Scala related blog? Add it to this Blog Directory!