slime-lang / phoenix_slime

Phoenix Template Engine for Slime
MIT License
310 stars 66 forks source link

Dependency Conflict with LiveView #73

Closed owenstrevor closed 5 years ago

owenstrevor commented 5 years ago

Just updated the latest LiveView from Github

Failed to use "phoenix" (version 1.4.4) because
  deps/phoenix_live_view/mix.exs requires ~> 1.4.8
  deps/phoenix_slime/mix.exs requires ~> 1.4
  mix.lock specifies 1.4.4
owenstrevor commented 5 years ago

I updated to Phoenix 1.4.8 and the notice went away.