Skip to content

Commit a0b8615

Browse files
committed
Updated to use sbt 1.5.5, dropped sbt-dotty.
1 parent fb82212 commit a0b8615

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ libraryDependencies ++= Seq(
3939
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.9" % Test
4040
)
4141

42-
Test / scalacOptions ++= (if (isDotty.value) Seq("-language:implicitConversions") else Nil)
43-
4442
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
4543
import scala.xml.transform.{RewriteRule, RuleTransformer}
4644

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.9
1+
sbt.version=1.5.5

project/plugins.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
22

33
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
4-
5-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.5")

0 commit comments

Comments
 (0)