Skip to content

Commit

Permalink
Update base64 to 0.2.9 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and juanpedromoreno committed Sep 20, 2019
1 parent b13c6dc commit efb6a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object ProjectPlugin extends AutoPlugin {
object autoImport {

lazy val V = new {
val base64: String = "0.2.4"
val base64: String = "0.2.9"
val cats: String = "1.5.0"
val catsEffect: String = "1.1.0"
val circe: String = "0.11.0"
Expand Down

0 comments on commit efb6a04

Please sign in to comment.