Skip to content

Commit 3678c74

Browse files
committed
New version 4.5
1 parent 4f55c06 commit 3678c74

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ organization := "org.picoworks"
99

1010
lazy val `pico-hashids` = Project(id = "pico-hashids", base = file("pico-hashids"))
1111
.standard
12+
.settings(publishTo := Some("Releases" at "s3://dl.john-ky.io/maven/releases"))
1213
.testLibs(scalacheck, specs2_core, specs2_scalacheck)
1314

1415
lazy val root = Project(id = "all", base = file("."))

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")
44
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
66
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3")
7+
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.19.0")

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4
1+
4.5

0 commit comments

Comments
 (0)