diff options
| author | Scala Steward | 2021-11-20 07:32:19 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 14:32:19 +0800 |
| commit | 9db0031111f439672762a4f3e8043270eb38bbe7 (patch) | |
| tree | c1b2255eaf65edfc1093318ae9b3f51c1a154e07 /build.sbt | |
| parent | b027eb466b033a0a9d229f19feb931ddb292a9fa (diff) | |
Update scala-library, scala-reflect to 2.13.7 (#2401)
* Update sbt-scalafix to 0.9.32
* Update scala-library, scala-reflect to 2.13.7
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ enablePlugins(SiteScaladocPlugin) lazy val commonSettings = Seq( organization := "edu.berkeley.cs", scalaVersion := "2.12.14", - crossScalaVersions := Seq("2.13.6", "2.12.14") + crossScalaVersions := Seq("2.13.7", "2.12.14") ) lazy val isAtLeastScala213 = Def.setting { |
