mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-11-03 20:15:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			448 B
		
	
	
	
		
			Scala
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			448 B
		
	
	
	
		
			Scala
		
	
	
	
	
	
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
 | 
						|
 | 
						|
addSbtPlugin("com.geirsson"     % "sbt-scalafmt" % "1.5.0")
 | 
						|
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl"    % "1.3.13")
 | 
						|
addSbtPlugin("com.eed3si9n"     % "sbt-assembly" % "0.14.5")
 | 
						|
addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.1")
 | 
						|
addSbtPlugin("com.jsuereth"     % "sbt-pgp"      % "1.1.0")
 | 
						|
addSbtCoursier
 | 
						|
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")
 |