Skip to content

Commit

Permalink
[Twitter-oss] bump release version
Browse files Browse the repository at this point in the history
[Twitter-oss] bump release version

Differential Revision: https://phabricator.twitter.biz/D1107767
  • Loading branch information
mattdickinson5 authored and jenkins committed Nov 1, 2023
1 parent 053248d commit 5873cb6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
Global / excludeLintKeys += scalacOptions // might be actually unused in util-doc module but not sure

// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "23.9.0-SNAPSHOT"
val releaseVersion = "23.11.0-SNAPSHOT"

val slf4jVersion = "1.7.30"
val jacksonVersion = "2.14.3"
Expand Down Expand Up @@ -712,12 +712,12 @@ lazy val utilValidatorConstraint = Project(
id = "util-validator-constraints",
base = file("util-validator-constraints")
).settings(
settingsCrossCompiledWithTwoTen
).settings(
libraryDependencies ++= Seq(
"jakarta.validation" % "jakarta.validation-api" % "3.0.0"
settingsCrossCompiledWithTwoTen
).settings(
libraryDependencies ++= Seq(
"jakarta.validation" % "jakarta.validation-api" % "3.0.0"
)
)
)

lazy val utilZk = Project(
id = "util-zk",
Expand Down

0 comments on commit 5873cb6

Please sign in to comment.