Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update odin-core to 0.15.0 #382

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
val natchez = "0.3.5"
val natchezHttp4s = "0.5.0"
val neutron = "0.8.0"
val odin = "0.13.0"
val odin = "0.15.0"
val redis4cats = "1.7.1"
val refined = "0.11.1"

Expand Down Expand Up @@ -81,7 +81,7 @@ object Dependencies {

val monocleCore = Def.setting("dev.optics" %%% "monocle-core" % V.monocle)

val odin = "com.github.valskalla" %% "odin-core" % V.odin
val odin = "dev.scalafreaks" %% "odin-core" % V.odin

// only for ember
val log4catsNoop = "org.typelevel" %% "log4cats-noop" % V.log4cats
Expand Down
Loading