mirror of https://github.com/sbt/sbt.git
Update sbt, scripted-plugin to 1.7.1 (#397)
* Applied Scalafix rule(s) 7f576f16a9/Sbt0_13BuildSyntax.scala
See https://eed3si9n.com/syntactic-scalafix-rule-for-unified-slash-syntax for details
* Update sbt, scripted-plugin to 1.7.1
* fix scalafix stuff
Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
This commit is contained in:
parent
d0af20e3cd
commit
e177ebec6a
|
|
@ -20,7 +20,7 @@ object Settings {
|
|||
}
|
||||
|
||||
lazy val shared = Seq(
|
||||
resolvers += Resolver.sonatypeRepo("releases"),
|
||||
resolvers ++= Resolver.sonatypeOssRepos("releases"),
|
||||
crossScalaVersions := Seq(scala212),
|
||||
scalaVersion := scala212,
|
||||
scalacOptions ++= Seq(
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.5.6
|
||||
sbt.version=1.7.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue