Skip to content

Commit

Permalink
Add dynver
Browse files Browse the repository at this point in the history
  • Loading branch information
mattroberts297 committed Dec 3, 2019
1 parent 06ff188 commit b2c9ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ before_deploy:
deploy:
skip_cleanup: true
provider: script
script: sbt +publishSigned sonatypePrepare sonatypeBundleUpload # sonatypeBundleRelease
script: sbt +publishSigned sonatypeBundleRelease
on:
tags: true

Expand Down
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -16,7 +16,6 @@ lazy val dependenciesForScala210 = List(
lazy val root = (project in file(".")).settings(
name := "claper",
organization := "io.mattroberts",
version := "0.3.0",
scalaVersion := scala213,
crossScalaVersions := supportedScalaVersions,
scalacOptions := Seq("-deprecation", "-feature", "-unchecked"),
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Expand Up @@ -5,3 +5,5 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")

0 comments on commit b2c9ae0

Please sign in to comment.