Skip to content

Commit

Permalink
Update saslprep to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 20, 2022
1 parent 14c756d commit 3fa965c
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 @@ -166,7 +166,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
libraryDependencies += "com.ongres.scram" % "client" % "2.1",
).jsSettings(
libraryDependencies ++= Seq(
"com.armanbilge" %%% "saslprep" % "0.1.0",
"com.armanbilge" %%% "saslprep" % "0.1.1",
"io.github.cquiroz" %%% "scala-java-time" % "2.3.0",
"io.github.cquiroz" %%% "locales-minimal-en_us-db" % "1.3.0"
),
Expand Down

0 comments on commit 3fa965c

Please sign in to comment.