Skip to content

Commit

Permalink
Merge pull request #17 from circe/bump-versions
Browse files Browse the repository at this point in the history
Bump circe and config version
  • Loading branch information
jonas authored Apr 27, 2018
2 parents e1cc8fb + c1a9472 commit 858bed2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name := "circe-config"
organization := "io.circe"
description := "Yet another Typesafe Config decoder"
homepage := Some(url("https://github.com/circe/circe-config"))
licenses += "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")
licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")
apiURL := Some(url("https://circe.github.io/circe-config/"))

mimaPreviousArtifacts := Set("io.circe" %% "circe-config" % "0.3.0")
mimaPreviousArtifacts := Set("0.3.0", "0.4.0", "0.4.1")
.map("io.circe" %% "circe-config" % _)

enablePlugins(GitPlugin)
versionWithGit
Expand Down Expand Up @@ -35,11 +36,11 @@ releaseProcess := {
}

val Versions = new {
val circe = "0.9.1"
val config = "1.3.2"
val discipline = "0.8"
val scalaCheck = "0.13.5"
val scalaTest = "3.0.4"
val circe = "0.9.3"
val config = "1.3.3"
val discipline = "0.9.0"
val scalaCheck = "1.13.5"
val scalaTest = "3.0.5"
}

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 858bed2

Please sign in to comment.