Skip to content

Commit 33a1333

Browse files
authored
Make dependency on macros cross-platform (#429)
1 parent c76f948 commit 33a1333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
141141
if (useLocalVersion) {
142142
Seq.empty
143143
} else {
144-
Seq("com.beachape" %% "enumeratum-macros" % Versions.Macros.stable)
144+
Seq("com.beachape" %%% "enumeratum-macros" % Versions.Macros.stable)
145145
}
146146
},
147147
libraryDependencies += scalaXmlTest

0 commit comments

Comments
 (0)