Skip to content

Commit

Permalink
Update PureConfig version in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Sep 28, 2019
1 parent f3ddda9 commit e4d0d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.sbt
Expand Up @@ -5,7 +5,7 @@ version := "1.0"
scalaVersion := "2.12.10"

libraryDependencies ++= Seq(
"com.github.pureconfig" %% "pureconfig" % "0.12.1-SNAPSHOT")
"com.github.pureconfig" %% "pureconfig" % "0.12.2-SNAPSHOT")

crossScalaVersions := Seq("2.12.10", "2.11.12", "2.13.0")

Expand Down

0 comments on commit e4d0d61

Please sign in to comment.