We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2d60f commit 21c648cCopy full SHA for 21c648c
project/plugins.sbt
@@ -1,4 +1,4 @@
1
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.11")
2
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
4
addSbtPlugin("com.lucidchart" % "sbt-cross" % "4.0")
sbt-overflowdb/build.sbt
@@ -3,6 +3,6 @@ name := "sbt-overflowdb"
scalaVersion := "2.12.14"
dependsOn(Projects.codegen_2_12)
5
6
7
8
enablePlugins(SbtPlugin)
0 commit comments