Skip to content

Commit 7a71962

Browse files
committed
blend with newer phoenix liveview
1 parent 97ec3e8 commit 7a71962

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

blend.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
%{
22
phoenix_live_view_v0_18: [{:phoenix_live_view, "~> 0.18.0"}],
33
phoenix_live_view_v0_19: [{:phoenix_live_view, "~> 0.19.0"}],
4-
phoenix_live_view_v0_20: [{:phoenix_live_view, "~> 0.20.0"}]
4+
phoenix_live_view_v0_20: [{:phoenix_live_view, "~> 0.20.0"}],
5+
phoenix_live_view_v1_1: [{:phoenix_live_view, "~> 1.1.0"}],
6+
phoenix_live_view_v1_2: [{:phoenix_live_view, "~> 1.2.0"}]
57
}

0 commit comments

Comments
 (0)