Skip to content

Commit

Permalink
Bump scala version to 2.12.13
Browse files Browse the repository at this point in the history
Problem/Solution

Bumping scala version to 2.12.13

JIRA Issues: SCALA-25

Differential Revision: https://phabricator.twitter.biz/D632567
  • Loading branch information
Adam Singer authored and jenkins committed Mar 16, 2021
1 parent fe679c0 commit 3864106
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
Unreleased
----------

Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

* scrooge: Bump scala version to 2.12.13 ``PHAB_ID=D632567``

Breaking API Changes
~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ val settingsWithTwoTen =
val settingsCrossCompiledWithTwoTen =
sharedSettingsWithoutScalaVersion ++
Seq(
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.11", "2.13.1"),
scalaVersion := "2.12.11",
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.13", "2.13.1"),
scalaVersion := "2.12.13",
scalacOptions := scalacTwoTenOptions,
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint:unchecked"),
javacOptions in doc := Seq("-source", "1.8")
Expand Down

0 comments on commit 3864106

Please sign in to comment.