From c6e6caf79dea4e3e3e7f406d32567cf25a04b23c Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Fri, 3 Sep 2021 10:11:22 +0200 Subject: [PATCH] patch TASTy version to 28.1-2 --- tasty/src/dotty/tools/tasty/TastyFormat.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasty/src/dotty/tools/tasty/TastyFormat.scala b/tasty/src/dotty/tools/tasty/TastyFormat.scala index 33858d5572ea..64771e4cb202 100644 --- a/tasty/src/dotty/tools/tasty/TastyFormat.scala +++ b/tasty/src/dotty/tools/tasty/TastyFormat.scala @@ -285,7 +285,7 @@ object TastyFormat { * compatibility, but remains backwards compatible, with all * preceeding `MinorVersion`. */ - final val MinorVersion: Int = 2 + final val MinorVersion: Int = 1 /** Natural Number. The `ExperimentalVersion` allows for * experimentation with changes to TASTy without committing @@ -301,7 +301,7 @@ object TastyFormat { * is able to read final TASTy documents if the file's * `MinorVersion` is strictly less than the current value. */ - final val ExperimentalVersion: Int = 1 + final val ExperimentalVersion: Int = 2 /**This method implements a binary relation (`<:<`) between two TASTy versions. *