File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name := "CodinGame-Scala-Kit"
22version := " 0.1.0"
33scalaVersion := " 2.12.4"
44
5+ // solve a weird issue with java dependencies (trait Approving)
6+ // see https://stackoverflow.com/questions/43751394/package-cats-contains-object-and-package-with-same-name-implicits &
7+ // https://github.com/druid-io/tranquility/blob/master/build.sbt
8+ scalacOptions := Seq (" -Yresolve-term-conflict:object" )
9+
10+
511resolvers += Resolver .mavenLocal
612
713libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.1" % " test"
@@ -11,4 +17,4 @@ libraryDependencies += "com.geirsson" %% "scalafmt-core" % "1.3.0"
1117libraryDependencies += " com.geirsson" %% " scalafmt-cli" % " 1.3.0"
1218
1319enablePlugins(JmhPlugin )
14- enablePlugins(JavaAppPackaging )
20+ enablePlugins(JavaAppPackaging )
You can’t perform that action at this time.
0 commit comments