From bd2e0465f4479e9d6342356543d9ce1971538319 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Fri, 3 Sep 2021 10:14:08 +0200 Subject: [PATCH] Revert "Bump tasty to 28.3-1" --- tasty/src/dotty/tools/tasty/TastyFormat.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasty/src/dotty/tools/tasty/TastyFormat.scala b/tasty/src/dotty/tools/tasty/TastyFormat.scala index 95bdcd261c9a..33858d5572ea 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 = 3 + final val MinorVersion: Int = 2 /** Natural Number. The `ExperimentalVersion` allows for * experimentation with changes to TASTy without committing