File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ inThisBuild(
80
80
)
81
81
)
82
82
83
- lazy val root : Project = project
83
+ lazy val root = project
84
84
.in(file(" ." ))
85
85
.settings(commonSettings)
86
86
.settings(
Original file line number Diff line number Diff line change 1
- resolvers += Resolver .sonatypeRepo(" public" )
2
-
3
1
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.0" )
4
2
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2.0" )
5
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.4" )
6
4
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
7
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
8
6
addSbtPlugin(" io.github.cquiroz" % " sbt-locales" % " 3.2.0" )
9
- addSbtPlugin(" com.geirsson " % " sbt-ci-release" % " 1.5.7 " )
7
+ addSbtPlugin(" com.github.sbt " % " sbt-ci-release" % " 1.5.10 " )
10
8
addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.1.20" )
11
9
addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.2" )
You can’t perform that action at this time.
0 commit comments