Skip to content

Commit

Permalink
Downgrade scala-java-time to 2.5.0 since 2.6.0 is only published for …
Browse files Browse the repository at this point in the history
…native 0.5
  • Loading branch information
mpilquist committed Nov 20, 2024
1 parent b54d254 commit 2fc8b56
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 @@ -128,7 +128,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
).platformsSettings(JSPlatform, NativePlatform)(
libraryDependencies ++= Seq(
"com.armanbilge" %%% "saslprep" % "0.1.1",
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
"io.github.cquiroz" %%% "locales-minimal-en_us-db" % "1.5.4"
),
)
Expand Down

0 comments on commit 2fc8b56

Please sign in to comment.