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/D1100185
  • Loading branch information
mattdickinson5 authored and jenkins committed Sep 22, 2023
1 parent ee01085 commit ec91b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
Global / excludeLintKeys += scalacOptions

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

val libthriftVersion = "0.10.0"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += Classpaths.sbtPluginReleases
resolvers += Resolver.sonatypeRepo("snapshots")

val releaseVersion = "23.3.0-SNAPSHOT"
val releaseVersion = "23.9.0-SNAPSHOT"

addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)

Expand Down

0 comments on commit ec91b84

Please sign in to comment.