Skip to content

Commit ee879e5

Browse files
committed
Prepare for next release and fix sonatype publish step
1 parent 78af939 commit ee879e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "sbt-checkstyle-plugin"
22
organization := "com.etsy"
33

4-
version := "3.0.1-SNAPSHOT"
4+
version := "3.1.2-SNAPSHOT"
55

66
sbtPlugin := true
77
crossSbtVersions := Seq("0.13.16", "1.1.0")
@@ -15,6 +15,7 @@ libraryDependencies ++= Seq(
1515
)
1616

1717
xerial.sbt.Sonatype.sonatypeSettings
18+
publishTo := sonatypePublishTo.value
1819

1920
pomExtra := <url>https://github.com/etsy/sbt-checkstyle-plugin</url>
2021
<licenses>

0 commit comments

Comments
 (0)