Skip to content

Commit

Permalink
skuber 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hagay3 committed Apr 5, 2021
1 parent b5808e2 commit f30edd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scalacOptions += "-target:jvm-1.8"

scalacOptions in Test ++= Seq("-Yrangepos")

version in ThisBuild := "2.6.0"
version in ThisBuild := "2.7.0"

sonatypeProfileName := "io.skuber"

Expand All @@ -43,8 +43,8 @@ homepage in ThisBuild := Some(url("https://github.com/doriordan"))

scmInfo in ThisBuild := Some(
ScmInfo(
url("https://github.com/doriordan/skuber"),
"scm:git@github.com:doriordan/skuber.git"
url("https://github.com/hagay3/skuber"),
"scm:git@github.com:hagay3/skuber.git"
)
)

Expand Down

0 comments on commit f30edd8

Please sign in to comment.