Skip to content

Commit 2a003d4

Browse files
committed
regenerate feed
1 parent 8301431 commit 2a003d4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

feed.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<link>https://rssh.github.io/notes/feed.xml</link>
66
<description><![CDATA[random unsorted notes]]></description>
77
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
8+
<item>
9+
<pubDate>Mon, 9 Dec 2024 00:00:00 +0200</pubDate>
10+
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>
11+
<description><![CDATA[at {}]]></description>
12+
<link>https://github.com/rssh/notes/blob/master/2024_12_09_dependency-injection.md</link>
13+
<title>Relative simple and small type-driven dependency injection</title>
14+
</item>
815
<item>
916
<pubDate>Tue, 30 Jan 2024 00:00:00 +0200</pubDate>
1017
<author>Ruslan Shevchenko &lt;[email protected]&gt;</author>

scripts/generate-feed.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env -S scala-cli -S 3
22

3-
//> using scala "3.2.1"
3+
//> using scala "3.3.3"
44
//> using dep "com.mchange::audiofluidity-rss:0.0.6"
5-
//> using dep "com.lihaoyi::os-lib::0.9.3"
5+
//> using dep "com.lihaoyi::os-lib::0.11.3"
66
//
77

88
val blogTitle = "Random notes about programming"

0 commit comments

Comments
 (0)