From 6130ade227679d608bc2f3c6afcd3ce0f76527ed Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 6 Dec 2022 14:34:58 +0900 Subject: [PATCH] remove crossSbtVersions --- build.sbt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.sbt b/build.sbt index 4a26cd8..1f54ac9 100644 --- a/build.sbt +++ b/build.sbt @@ -14,10 +14,6 @@ scriptedLaunchOpts ++= { ) } -// Don't update to sbt 1.3.x or later -// https://github.com/sbt/sbt/issues/5049 -crossSbtVersions := Seq("1.2.8") - name := "sbt-ghpages" organization := "com.github.sbt"