We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5848e34 commit 4b43beeCopy full SHA for 4b43bee
build.sbt
@@ -16,10 +16,7 @@ val assemblyCommon = Seq(
16
oldStrategy(x)
17
})
18
19
-inThisBuild(
20
- Seq(
21
- scalaVersion := Common.scalaVersionNumber,
22
- scalaBinaryVersion := Common.scalaBinaryVersionNumber))
+inThisBuild(Seq(scalaVersion := Common.scalaVersionNumber, scalaBinaryVersion := Common.scalaBinaryVersionNumber))
23
24
val sonatypeInformation = Seq(
25
startYear := Some(2018),
0 commit comments