Skip to content

Commit

Permalink
ci: 🎡 release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imrafaelmerino committed Mar 5, 2020
1 parent 5e6a2ea commit cd15586
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 288 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ language: scala
before_install:
- openssl aes-256-cbc -K $encrypted_4ddfc74946a5_key -iv $encrypted_4ddfc74946a5_iv -in secret-key.asc.enc -out secret-key.asc -d
- echo $PGP_PASSPHRASE | gpg --passphrase-fd 0 --batch --yes --import secret-key.asc

5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val dottyVersion = "0.21.0-RC1"
val dottyVersion = "0.22.0-RC1"
val scala213Version = "2.13.1"
val jsonValuesVersion = "3.1.0"
val jsonValuesVersion = "3.2.0"

val NEXUS_USERNAME = sys.env.get("NEXUS_USERNAME")
val NEXUS_PASSWORD = sys.env.get("NEXUS_PASSWORD")
Expand Down Expand Up @@ -56,7 +56,6 @@ lazy val root = project
libraryDependencies += "com.dslplatform" % "dsl-json" % "1.9.5",
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-core" % "2.10.1",
libraryDependencies += "org.scalacheck" % "scalacheck_2.13" % "1.14.3" % "test",
libraryDependencies += "com.github.imrafaelmerino" % "json-dotty-values-generator_0.21" % "0.21.0-RC1",
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",

jacocoReportSettings := JacocoReportSettings(
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ It requires Scala 2.13:

#### <a name="dotty"><a/> Dotty

[![Maven](https://img.shields.io/maven-central/v/com.github.imrafaelmerino/json-dotty-values_0.21/3.1.0)](https://search.maven.org/artifact/com.github.imrafaelmerino/json-dotty-values_0.21/3.1.0/jar)
[![Maven](https://img.shields.io/maven-central/v/com.github.imrafaelmerino/json-dotty-values_0.21/3.2.0)](https://search.maven.org/artifact/com.github.imrafaelmerino/json-dotty-values_0.21/3.2.0/jar)

**libraryDependencies += "com.github.imrafaelmerino" %% "json-dotty-values" % "3.1.0"**
**libraryDependencies += "com.github.imrafaelmerino" %% "json-dotty-values" % "3.2.0"**

## <a name="doc"><a/> Documentation
Go to the [project page](https://imrafaelmerino.github.io/json-scala-values/)
Expand Down
120 changes: 0 additions & 120 deletions src/test/scala/value/properties/JsArrayProperties.scala

This file was deleted.

162 changes: 0 additions & 162 deletions src/test/scala/value/properties/JsObjProperties.scala

This file was deleted.

0 comments on commit cd15586

Please sign in to comment.