mirror of https://github.com/sbt/sbt.git
Merge pull request #9176 from xuwei-k/source-3-7-option
[2.x] Remove "-source:3.7" option
This commit is contained in:
commit
4847f31219
|
|
@ -589,7 +589,6 @@ lazy val protocolProj = (project in file("protocol"))
|
|||
testedBaseSettings,
|
||||
name := "Protocol",
|
||||
libraryDependencies ++= Seq(sjsonNewScalaJson.value, sjsonNewCore.value, ipcSocket),
|
||||
Compile / scalacOptions += "-source:3.7",
|
||||
contrabandSettings,
|
||||
mimaSettings,
|
||||
mimaBinaryIssueFilters ++= Seq(
|
||||
|
|
|
|||
Loading…
Reference in New Issue