Skip to content

Commit

Permalink
Update cats-parse to 1.0.0 in scala3 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 7, 2023
1 parent 3f9ff9a commit a574ea0
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 @@ -110,7 +110,7 @@ lazy val parser = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
.settings(commonSettings: _*)
.settings(
libraryDependencies += "org.typelevel" %%% "cats-parse" % "0.3.10"
libraryDependencies += "org.typelevel" %%% "cats-parse" % "1.0.0"
)

// pureconfig doesn't currently build for JS or Native
Expand Down

0 comments on commit a574ea0

Please sign in to comment.