Skip to content

Commit

Permalink
izumi-reflect 2.1.0 (zio#6822)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored May 20, 2022
1 parent 52c822f commit 09bbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(stdSettings("zio"))
.settings(crossProjectSettings)
.settings(buildInfoSettings("zio"))
.settings(libraryDependencies += "dev.zio" %%% "izumi-reflect" % "1.1.3")
.settings(libraryDependencies += "dev.zio" %%% "izumi-reflect" % "2.1.0")
.enablePlugins(BuildInfoPlugin)

lazy val coreJVM = core.jvm
Expand Down

0 comments on commit 09bbc53

Please sign in to comment.