Skip to content

Commit 55be504

Browse files
authored
Revert back to sbt 0.13.17 (#193) (#197)
To make sure publishing uses the expected path again. Of course it would be better to make this work with sbt1, but I'm not sure how.
1 parent 012acb3 commit 55be504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.8
1+
sbt.version=0.13.17

Diff for: project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
22
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0")

0 commit comments

Comments
 (0)