Skip to content

Commit a2441ed

Browse files
authored
Merge branch 'main' into update/scala-library-2.13.12
2 parents 07d8939 + 6a13ff5 commit a2441ed

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.4
1+
version = 3.7.15
22

33
style = default
44

build.sbt

Lines changed: 3 additions & 3 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.0")
21+
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.1")
2222
ThisBuild / scalaVersion := Scala213 // the default Scala
2323

2424
lazy val root = tlCrossRootProject.aggregate(core, testkit)
@@ -43,9 +43,9 @@ lazy val core = crossProject(JVMPlatform)
4343
name := "catapult",
4444
libraryDependencies ++= Seq(
4545
"org.typelevel" %%% "cats-core" % "2.9.0",
46-
"org.typelevel" %%% "cats-effect" % "3.5.0",
46+
"org.typelevel" %%% "cats-effect" % "3.5.2",
4747
"co.fs2" %%% "fs2-core" % "3.7.0",
48-
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "6.2.0",
48+
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "6.2.1",
4949
),
5050
)
5151

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.6
1+
sbt.version=1.9.7

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.0")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")

0 commit comments

Comments
 (0)