diff --git a/build.sbt b/build.sbt index 07897fa..4cbe019 100644 --- a/build.sbt +++ b/build.sbt @@ -19,15 +19,6 @@ crossScalaVersions += "3.3.1" -conflictWarning := { - if (scalaBinaryVersion.value == "3") { - // TODO remove this workaround - ConflictWarning("warn", Level.Warn, false) - } else { - conflictWarning.value - } -} - // scalafmtOnCompile := true coverageExcludedPackages := ".*\\.html\\..*" @@ -82,15 +73,6 @@ "org.kohsuke" % "github-api" % "1.316" % "test" ) -libraryDependencies ~= { - _.map { - case x if x.name == "twirl-api" => - x cross CrossVersion.for3Use2_13 - case x => - x - } -} - // Compiler settings scalacOptions := Seq( "-deprecation",