Skip to content

Commit

Permalink
Bump version (#592)
Browse files Browse the repository at this point in the history
* Bump version

* Bump version

Co-authored-by: dufrannea <[email protected]>
  • Loading branch information
fnandocl and dufrannea authored Jan 26, 2021
1 parent a072fe8 commit fd19e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val devMode = settingKey[Boolean]("Some build optimization are applied in devMod
val writeClasspath = taskKey[File]("Write the project classpath to a file.")
val yarnInstall = taskKey[Unit]("Install yarn dependencies")

val VERSION = "0.12.0"
val VERSION = "0.12.1"

lazy val catsCore = "1.6.1"
lazy val circe = "0.11.1"
Expand Down

0 comments on commit fd19e9f

Please sign in to comment.