Skip to content

Commit

Permalink
Update pureconfig version
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-bielski committed Mar 6, 2024
1 parent fca7198 commit 54c3b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ lazy val scassandra = (project in file("scassandra"))
)
)
.settings(
libraryDependencies ++= List(Pureconfig.pureconfig),
libraryDependencies ++= crossSettings(
scalaVersion.value,
if3 = List(Pureconfig.core),
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
}

object Pureconfig {
private val version = "0.17.5-SNAPSHOT"
private val version = "0.17.6"

val core = "com.github.pureconfig" %% "pureconfig-core" % version
val pureconfig = "com.github.pureconfig" %% "pureconfig" % version
Expand Down

0 comments on commit 54c3b92

Please sign in to comment.