Skip to content

Commit

Permalink
enumeratum 1.7.6-SNAPSHOT begins
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <[email protected]>
  • Loading branch information
lloydmeta committed Oct 4, 2024
1 parent 5d90989 commit ad76d3c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lazy val macros = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(withCompatUnmanagedSources(jsJvmCrossProject = true, includeTestSrcs = false))
.settings(
name := "enumeratum-macros",
version := Versions.Macros.stable,
version := Versions.Macros.head,
crossScalaVersions := scalaVersionsAll, // eventually move this to aggregateProject once more 2.13 libs are out
libraryDependencies += {
if (scalaBinaryVersion.value == "3") {
Expand Down Expand Up @@ -135,7 +135,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(commonWithPublishSettings)
.settings(
name := "enumeratum",
version := Versions.Core.stable,
version := Versions.Core.head,
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= {
if (useLocalVersion) {
Expand Down Expand Up @@ -224,7 +224,7 @@ lazy val enumeratumTest = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(commonWithPublishSettings)
.settings(
name := "enumeratum-test",
version := Versions.Core.stable,
version := Versions.Core.head,
crossScalaVersions := scalaVersionsAll,
libraryDependencies += {
"com.beachape" %%% "enumeratum" % Versions.Core.stable
Expand All @@ -239,7 +239,7 @@ lazy val enumeratumReactiveMongoBson =
.settings(commonWithPublishSettings)
.settings(testSettings)
.settings(
version := Versions.Core.stable,
version := Versions.Core.head,
crossScalaVersions := scalaVersionsAll,
libraryDependencies += {
"org.reactivemongo" %% "reactivemongo-bson-api" % "1.1.0-RC12" % Provided
Expand Down Expand Up @@ -270,7 +270,7 @@ lazy val enumeratumPlayJson = crossProject(JSPlatform, JVMPlatform)
.jsSettings(jsTestSettings)
.settings(
name := "enumeratum-play-json",
version := "1.8.2",
version := "1.8.3-SNAPSHOT",
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= Seq(
"org.playframework" %%% "play-json" % "3.0.4",
Expand Down Expand Up @@ -299,7 +299,7 @@ lazy val enumeratumPlay = Project(id = "enumeratum-play", base = file("enumeratu
.settings(commonWithPublishSettings)
.settings(testSettings)
.settings(
version := "1.8.2",
version := "1.8.3-SNAPSHOT",
// Play do not support 2.12 (default from common settings)
scalaVersion := scala_2_13Version,
crossScalaVersions := Seq(scala_2_13Version, scala_3Version),
Expand Down Expand Up @@ -341,7 +341,7 @@ lazy val enumeratumCirce = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.nativeSettings(nativeTestSettings)
.settings(
name := "enumeratum-circe",
version := Versions.Core.stable,
version := Versions.Core.head,
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.10",
scalaXmlTest
Expand Down Expand Up @@ -384,7 +384,7 @@ lazy val enumeratumArgonaut = crossProject(JSPlatform, JVMPlatform)
.jsSettings(jsTestSettings)
.settings(
name := "enumeratum-argonaut",
version := Versions.Core.stable,
version := Versions.Core.head,
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= {
val ver: String = "6.3.9"
Expand Down Expand Up @@ -414,7 +414,7 @@ lazy val enumeratumJson4s =
.settings(commonWithPublishSettings)
.settings(testSettings)
.settings(
version := Versions.Core.stable,
version := Versions.Core.head,
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= {
val ver = "4.0.7"
Expand Down Expand Up @@ -458,7 +458,7 @@ lazy val enumeratumScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlat
.nativeSettings(nativeTestSettings)
.settings(
name := "enumeratum-scalacheck",
version := Versions.Core.stable,
version := Versions.Core.head,
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= {
val (ver, mod, ver2) = ("1.18.0", "scalacheck-1-18", "3.2.19.0")
Expand Down Expand Up @@ -514,7 +514,7 @@ lazy val enumeratumQuill =
// .jsSettings(jsTestSettings: _*) TODO re-enable once quill supports Scala.js 1.0 */,
.settings(
name := "enumeratum-quill",
version := Versions.Core.stable,
version := Versions.Core.head,
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= {
val (core, ver) = {
Expand Down Expand Up @@ -557,7 +557,7 @@ lazy val enumeratumDoobie =
.settings(testSettings)
.settings(
crossScalaVersions := scalaVersionsAll,
version := "1.7.7",
version := "1.7.8-SNAPSHOT",
libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
libraryDependencies += scalaXmlTest,
libraryDependencies ++= {
Expand All @@ -575,7 +575,7 @@ lazy val enumeratumSlick =
.settings(commonWithPublishSettings)
.settings(testSettings)
.settings(
version := "1.7.8",
version := "1.7.9-SNAPSHOT",
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= Seq(
("com.typesafe.slick" %% "slick" % "3.5.1"),
Expand Down Expand Up @@ -605,7 +605,7 @@ lazy val enumeratumCats = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.nativeSettings(nativeTestSettings)
.settings(
name := "enumeratum-cats",
version := Versions.Core.stable,
version := Versions.Core.head,
libraryDependencies += "org.typelevel" %%% "cats-core" % "2.12.0",
libraryDependencies += scalaXmlTest,
libraryDependencies ++= {
Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ object Versions {

object Core {
val stable = "1.7.5"
val head = "1.7.5-SNAPSHOT"
val head = "1.7.6-SNAPSHOT"
}

object Macros {
val stable = "1.7.5"
val head = "1.7.5-SNAPSHOT"
val head = "1.7.6-SNAPSHOT"
}

}

0 comments on commit ad76d3c

Please sign in to comment.