This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use sbt tpolecat for scalacoptions instead (#401)
- Loading branch information
1 parent
4b8e997
commit fee8c36
Showing
4 changed files
with
5 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
test.tdb | ||
.bsp | ||
target | ||
lib_managed | ||
src_managed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ lazy val coreM = module("core", CrossType.Pure) | |
|
||
lazy val buildSettings = sharedBuildSettings(gh, libs) | ||
|
||
lazy val commonSettings = sharedCommonSettings ++ scalacAllSettings ++ Seq( | ||
lazy val commonSettings = sharedCommonSettings ++ Seq( | ||
developers := List(Developer("Kailuo Wang", "@kailuowang", "[email protected]", new java.net.URL("http://kailuowang.com"))), | ||
parallelExecution in Test := false, | ||
crossScalaVersions := Seq(libs.vers("scalac_2.11"), scalaVersion.value), | ||
|