File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ organization := "org.picoworks"
9
9
10
10
lazy val `pico-hashids` = Project (id = " pico-hashids" , base = file(" pico-hashids" ))
11
11
.standard
12
+ .settings(publishTo := Some (" Releases" at " s3://dl.john-ky.io/maven/releases" ))
12
13
.testLibs(scalacheck, specs2_core, specs2_scalacheck)
13
14
14
15
lazy val root = Project (id = " all" , base = file(" ." ))
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")
4
4
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.1" )
5
5
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
6
6
addSbtPlugin(" com.codacy" % " sbt-codacy-coverage" % " 3.0.3" )
7
+ addSbtPlugin(" com.frugalmechanic" % " fm-sbt-s3-resolver" % " 0.19.0" )
Original file line number Diff line number Diff line change 1
- 4.4
1
+ 4.5
You can’t perform that action at this time.
0 commit comments