diff --git a/build.sbt b/build.sbt index 3e18af39..8e1bd0a4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges Global / excludeLintKeys += scalacOptions // All Twitter library releases are date versioned as YY.MM.patch -val releaseVersion = "23.9.0-SNAPSHOT" +val releaseVersion = "23.11.0-SNAPSHOT" val logbackVersion = "1.2.11" val opencensusVersion = "0.19.1"