Skip to content

Commit a2dc081

Browse files
Update pureconfig-core to 0.17.8 in scala3 (#637)
1 parent bf7dea2 commit a2dc081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ lazy val pureconfig = crossProject(
147147
)
148148
.settings(commonSettings: _*)
149149
.settings(
150-
libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.7"
150+
libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.8"
151151
)
152152

153153
lazy val spire = crossProject(JVMPlatform, JSPlatform, NativePlatform)

0 commit comments

Comments
 (0)