Skip to content

Commit 3e643ee

Browse files
authored
Merge branch 'main' into update/launchdarkly-java-server-sdk-7.3.0
2 parents 3bdcd0c + b15517f commit 3e643ee

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.17
1+
version = 3.8.0
22

33
style = default
44

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1818
ThisBuild / tlSitePublishBranch := Some("main")
1919

2020
val Scala213 = "2.13.12"
21-
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.1")
21+
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
2222
ThisBuild / scalaVersion := Scala213 // the default Scala
2323

2424
lazy val root = tlCrossRootProject.aggregate(core, testkit)
@@ -44,7 +44,7 @@ lazy val core = crossProject(JVMPlatform)
4444
libraryDependencies ++= Seq(
4545
"org.typelevel" %%% "cats-core" % "2.10.0",
4646
"org.typelevel" %%% "cats-effect" % "3.5.2",
47-
"co.fs2" %%% "fs2-core" % "3.9.2",
47+
"co.fs2" %%% "fs2-core" % "3.9.4",
4848
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.3.0",
4949
),
5050
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.4")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.4")
3-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")

0 commit comments

Comments
 (0)