Skip to content

Commit

Permalink
Update ciris to 2.0.1 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Morais authored Jun 1, 2021
1 parent d854085 commit ccc895a
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 @@ -49,7 +49,7 @@ lazy val scalaSettings = Seq(
libraryDependencies ++= Seq(
"io.kubernetes" % "client-java" % "12.0.1",
"io.kubernetes" % "client-java-api" % "12.0.1",
"is.cir" %% "ciris" % "2.0.0-RC3"
"is.cir" %% "ciris" % "2.0.1"
)

licenses += ("MIT", url("https://opensource.org/licenses/MIT"))
Expand Down

0 comments on commit ccc895a

Please sign in to comment.