Skip to content

Commit

Permalink
Merge branch 'main' into update/locales-minimal-en_us-db-1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Dec 17, 2022
2 parents e18d605 + 85817e0 commit f4120d6
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 1,449 deletions.
18 changes: 7 additions & 11 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,21 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
scalacOptions ~= (_.filterNot(_ == "-source:3.0-migration")),
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect" % "3.4.1",
"org.typelevel" %%% "cats-effect" % "3.4.2",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
"org.scodec" %%% "scodec-bits" % "1.1.34",
"org.scodec" %%% "scodec-core" % (if (tlIsScala3.value) "2.2.0" else "1.11.10"),
"org.scodec" %%% "scodec-cats" % "1.2.0",
"org.tpolecat" %%% "natchez-core" % natchezVersion,
"org.tpolecat" %%% "sourcepos" % "1.1.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.1",
)
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.9.0",
) ++ Seq(
"com.beachape" %%% "enumeratum" % "1.7.2",
).filterNot(_ => tlIsScala3.value)
).jvmSettings(
libraryDependencies += "com.ongres.scram" % "client" % "2.1",
)
.platformsSettings(JVMPlatform, JSPlatform)(
libraryDependencies ++= Seq(
"com.beachape" %%% "enumeratum" % "1.6.1",
).filterNot(_ => tlIsScala3.value)
)
.platformsSettings(JSPlatform, NativePlatform)(
).platformsSettings(JSPlatform, NativePlatform)(
libraryDependencies ++= Seq(
"com.armanbilge" %%% "saslprep" % "0.1.1",
"io.github.cquiroz" %%% "scala-java-time" % "2.4.0",
Expand Down Expand Up @@ -203,7 +199,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
.nativeEnablePlugins(ScalaNativeBrewedConfigPlugin)
.nativeSettings(
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.0-ab1026e",
libraryDependencies += "com.armanbilge" %%% "epollcat" % "0.1.3",
Test / nativeBrewFormulas ++= Set("s2n", "utf8proc"),
Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1")
)
Expand Down
Loading

0 comments on commit f4120d6

Please sign in to comment.