@@ -12,21 +12,18 @@ ThisBuild / developers := List(
12
12
13
13
ThisBuild / tlCiReleaseBranches := Seq (" main" )
14
14
15
- // true by default, set to false to publish to s01.oss.sonatype.org
16
- ThisBuild / tlSonatypeUseLegacyHost := true
17
-
18
15
ThisBuild / githubWorkflowBuildPreamble ++= nativeBrewInstallWorkflowSteps.value
19
16
20
17
21
- val catsV = " 2.10 .0"
22
- val catsEffectV = " 3.5.3 "
18
+ val catsV = " 2.11 .0"
19
+ val catsEffectV = " 3.5.4 "
23
20
val fs2V = " 3.9.4"
24
21
25
22
26
23
val munitCatsEffectV = " 2.0.0-M4"
27
24
28
- ThisBuild / crossScalaVersions := Seq (" 2.12.18 " ," 2.13.12 " , " 3.3.1 " )
29
- ThisBuild / scalaVersion := " 2.13.12 "
25
+ ThisBuild / crossScalaVersions := Seq (" 2.12.19 " ," 2.13.14 " , " 3.4.2 " )
26
+ ThisBuild / scalaVersion := " 2.13.14 "
30
27
ThisBuild / versionScheme := Some (" early-semver" )
31
28
32
29
// Projects
@@ -60,11 +57,11 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
60
57
).jsSettings(
61
58
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind .CommonJSModule )}
62
59
).jvmSettings(
63
- libraryDependencies += " com.github.jnr" % " jnr-unixsocket" % " 0.38.20 " % Test ,
60
+ libraryDependencies += " com.github.jnr" % " jnr-unixsocket" % " 0.38.22 " % Test ,
64
61
)
65
62
.platformsSettings(JVMPlatform , JSPlatform )(
66
63
libraryDependencies ++= Seq (
67
- " io.chrisdavenport" %%% " whale-tail-manager" % " 0.0.10 " % Test ,
64
+ " io.chrisdavenport" %%% " whale-tail-manager" % " 0.0.11 " % Test ,
68
65
)
69
66
)
70
67
.nativeEnablePlugins(ScalaNativeBrewedConfigPlugin )
@@ -87,7 +84,7 @@ lazy val examples = crossProject(JVMPlatform, JSPlatform)
87
84
run / fork := true ,
88
85
).jsSettings(
89
86
libraryDependencies ++= Seq (
90
- " io.github.cquiroz" %%% " scala-java-time" % " 2.4 .0"
87
+ " io.github.cquiroz" %%% " scala-java-time" % " 2.6 .0"
91
88
),
92
89
Compile / mainClass := Some (" BasicExample" ),
93
90
scalaJSUseMainModuleInitializer := true ,
0 commit comments