Skip to content

Commit 1236bac

Browse files
Steward Changes and Git Cleanup (#43)
* initial dev branch * ignoring ci for some prs * Cumulative Scala Steward Changes (#42) * Update zio-interop-cats to 23.0.0.8 (#4) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> Co-authored-by: Ahmad Ragab <[email protected]> * extra new line * cumulative changes * adding jvm opt to silence warning about IO App not running on main thread --------- Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> --------- Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com>
1 parent 889ae16 commit 1236bac

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.jvmopts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED
44
--add-opens=java.base/java.nio=ALL-UNNAMED
55
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
6-
-Dio.netty.tryReflectionSetAccessible=true
6+
-Dio.netty.tryReflectionSetAccessible=true
7+
-Dcats.effect.warnOnNonMainThreadDetected=false

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version="3.7.14"
1+
version="3.7.17"
22
runner.dialect=scala3
33
align.preset=most
44
maxColumn=120

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import sbt.*
22

33
object V {
4-
lazy val zio = "2.0.16"
4+
lazy val zio = "2.0.19"
55
lazy val zioCats = "23.0.0.8"
66
lazy val sttp = "3.9.0"
77
lazy val circe = "0.14.6"
88
}
99

1010
object Dependencies {
1111
lazy val cats = "org.typelevel" %% "cats-core" % "2.10.0"
12-
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.1"
12+
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.2"
1313
lazy val catsEffectTesting = "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test
1414

1515
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test
@@ -28,7 +28,7 @@ object Dependencies {
2828
lazy val zio = "dev.zio" %% "zio" % V.zio
2929
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % V.zio
3030
lazy val zioCats = "dev.zio" %% "zio-interop-cats" % V.zioCats
31-
lazy val zioSlf4j = "dev.zio" %% "zio-logging-slf4j" % "2.1.14"
31+
lazy val zioSlf4j = "dev.zio" %% "zio-logging-slf4j" % "2.1.15"
3232

3333
lazy val loggingFrontend = "ch.qos.logback" % "logback-classic" % "1.4.11"
3434

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
1+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)