mirror of https://github.com/sbt/sbt.git
Use released version of sbt-compat (#763)
This commit is contained in:
parent
82c0b5bf6d
commit
a8bdff26c5
|
|
@ -238,9 +238,10 @@ lazy val `sbt-shared` = project
|
||||||
.settings(
|
.settings(
|
||||||
plugin,
|
plugin,
|
||||||
utest,
|
utest,
|
||||||
// addSbtPlugin("com.dwijnand" % "sbt-compat" % "1.2.0+2-f30b82f4")
|
// because we don't publish for 2.11 the following declaration
|
||||||
|
// is more wordy than usual
|
||||||
libs ++= {
|
libs ++= {
|
||||||
val dependency = "com.dwijnand" % "sbt-compat" % "1.2.0+2-f30b82f4"
|
val dependency = "com.dwijnand" % "sbt-compat" % "1.2.1"
|
||||||
val sbtV = (sbtBinaryVersion in pluginCrossBuild).value
|
val sbtV = (sbtBinaryVersion in pluginCrossBuild).value
|
||||||
val scalaV = (scalaBinaryVersion in update).value
|
val scalaV = (scalaBinaryVersion in update).value
|
||||||
val m = Defaults.sbtPluginExtra(dependency, sbtV, scalaV)
|
val m = Defaults.sbtPluginExtra(dependency, sbtV, scalaV)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue