@@ -135,7 +135,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
135135 .settings(commonWithPublishSettings)
136136 .settings(
137137 name := " enumeratum" ,
138- version := Versions .Core .head,
138+ version := Versions .Macros .head,
139139 crossScalaVersions := scalaVersionsAll,
140140 libraryDependencies ++= {
141141 if (useLocalVersion) {
@@ -224,7 +224,7 @@ lazy val enumeratumTest = crossProject(JSPlatform, JVMPlatform, NativePlatform)
224224 .settings(commonWithPublishSettings)
225225 .settings(
226226 name := " enumeratum-test" ,
227- version := Versions .Core .head,
227+ version := Versions .Macros .head,
228228 crossScalaVersions := scalaVersionsAll,
229229 libraryDependencies += {
230230 " com.beachape" %%% " enumeratum" % Versions .Core .stable
@@ -239,7 +239,7 @@ lazy val enumeratumReactiveMongoBson =
239239 .settings(commonWithPublishSettings)
240240 .settings(testSettings)
241241 .settings(
242- version := Versions .Core .head,
242+ version := Versions .Macros .head,
243243 crossScalaVersions := scalaVersionsAll,
244244 libraryDependencies += {
245245 " org.reactivemongo" %% " reactivemongo-bson-api" % " 1.1.0-RC12" % Provided
@@ -270,7 +270,7 @@ lazy val enumeratumPlayJson = crossProject(JSPlatform, JVMPlatform)
270270 .jsSettings(jsTestSettings)
271271 .settings(
272272 name := " enumeratum-play-json" ,
273- version := " 1.8.3-SNAPSHOT " ,
273+ version := Versions . Macros .head ,
274274 crossScalaVersions := scalaVersionsAll,
275275 libraryDependencies ++= Seq (
276276 " org.playframework" %%% " play-json" % " 3.0.4" ,
@@ -299,7 +299,7 @@ lazy val enumeratumPlay = Project(id = "enumeratum-play", base = file("enumeratu
299299 .settings(commonWithPublishSettings)
300300 .settings(testSettings)
301301 .settings(
302- version := " 1.8.3-SNAPSHOT " ,
302+ version := Versions . Macros .head ,
303303 // Play do not support 2.12 (default from common settings)
304304 scalaVersion := scala_2_13Version,
305305 crossScalaVersions := Seq (scala_2_13Version, scala_3Version),
@@ -341,7 +341,7 @@ lazy val enumeratumCirce = crossProject(JSPlatform, JVMPlatform, NativePlatform)
341341 .nativeSettings(nativeTestSettings)
342342 .settings(
343343 name := " enumeratum-circe" ,
344- version := Versions .Core .head,
344+ version := Versions .Macros .head,
345345 libraryDependencies ++= Seq (
346346 " io.circe" %%% " circe-core" % " 0.14.10" ,
347347 scalaXmlTest
@@ -384,7 +384,7 @@ lazy val enumeratumArgonaut = crossProject(JSPlatform, JVMPlatform)
384384 .jsSettings(jsTestSettings)
385385 .settings(
386386 name := " enumeratum-argonaut" ,
387- version := Versions .Core .head,
387+ version := Versions .Macros .head,
388388 crossScalaVersions := scalaVersionsAll,
389389 libraryDependencies ++= {
390390 val ver : String = " 6.3.9"
@@ -414,7 +414,7 @@ lazy val enumeratumJson4s =
414414 .settings(commonWithPublishSettings)
415415 .settings(testSettings)
416416 .settings(
417- version := Versions .Core .head,
417+ version := Versions .Macros .head,
418418 crossScalaVersions := scalaVersionsAll,
419419 libraryDependencies ++= {
420420 val ver = " 4.0.7"
@@ -458,7 +458,7 @@ lazy val enumeratumScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlat
458458 .nativeSettings(nativeTestSettings)
459459 .settings(
460460 name := " enumeratum-scalacheck" ,
461- version := Versions .Core .head,
461+ version := Versions .Macros .head,
462462 crossScalaVersions := scalaVersionsAll,
463463 libraryDependencies ++= {
464464 val (ver, mod, ver2) = (" 1.18.0" , " scalacheck-1-18" , " 3.2.19.0" )
@@ -514,7 +514,7 @@ lazy val enumeratumQuill =
514514 // .jsSettings(jsTestSettings: _*) TODO re-enable once quill supports Scala.js 1.0 */,
515515 .settings(
516516 name := " enumeratum-quill" ,
517- version := Versions .Core .head,
517+ version := Versions .Macros .head,
518518 crossScalaVersions := scalaVersionsAll,
519519 libraryDependencies ++= {
520520 val (core, ver) = {
@@ -557,7 +557,7 @@ lazy val enumeratumDoobie =
557557 .settings(testSettings)
558558 .settings(
559559 crossScalaVersions := scalaVersionsAll,
560- version := " 1.7.9-SNAPSHOT " ,
560+ version := Versions . Macros .head ,
561561 libraryDependencies += " org.tpolecat" %% " doobie-core" % " 1.0.0-RC9" ,
562562 libraryDependencies += scalaXmlTest,
563563 libraryDependencies ++= {
@@ -575,7 +575,7 @@ lazy val enumeratumSlick =
575575 .settings(commonWithPublishSettings)
576576 .settings(testSettings)
577577 .settings(
578- version := " 1.7.9-SNAPSHOT " ,
578+ version := Versions . Macros .head ,
579579 crossScalaVersions := scalaVersionsAll,
580580 libraryDependencies ++= Seq (
581581 (" com.typesafe.slick" %% " slick" % " 3.5.1" ),
@@ -605,7 +605,7 @@ lazy val enumeratumCats = crossProject(JSPlatform, JVMPlatform, NativePlatform)
605605 .nativeSettings(nativeTestSettings)
606606 .settings(
607607 name := " enumeratum-cats" ,
608- version := Versions .Core .head,
608+ version := Versions .Macros .head,
609609 libraryDependencies += " org.typelevel" %%% " cats-core" % " 2.12.0" ,
610610 libraryDependencies += scalaXmlTest,
611611 libraryDependencies ++= {
0 commit comments