mirror of https://github.com/sbt/sbt.git
Upgrade to released sbt-compat 1.1.0
This commit is contained in:
parent
58947bfec6
commit
00c3ab7da6
|
|
@ -11,7 +11,7 @@ libraryDependencies ++= {
|
|||
libraryDependencies += "org.specs2" %% "specs2-core" % "3.9.1" % "test"
|
||||
|
||||
libraryDependencies += Defaults.sbtPluginExtra(
|
||||
"com.dwijnand" % "sbt-compat" % "1.0.0+2-ae121c50",
|
||||
"com.dwijnand" % "sbt-compat" % "1.1.0",
|
||||
(sbtBinaryVersion in pluginCrossBuild).value,
|
||||
(scalaBinaryVersion in update).value
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue