Skip to content

Commit

Permalink
Merge branch 'master' into update/scala3-library-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored Apr 19, 2024
2 parents 868af68 + 1c1f6f4 commit 3553640
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.0"
version = "3.8.1"
runner.dialect = scala212
maxColumn = 120
align.preset = most
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ inThisBuild(
),
Developer("justcoon", "Peter Kotula", "[email protected]", url("https://github.com/justcoon"))
),
zioVersion := "2.0.21",
zioVersion := "2.0.22",
scala212 := "2.12.17",
scala213 := "2.13.10",
scala3 := "3.3.3"
Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ object Versions {
val slf4j2Version = "2.0.9"
val logbackVersion = "1.2.13"
val logback2Version = "1.4.12"
val scalaCollectionCompatVersion = "2.11.0"
val scalaCollectionCompatVersion = "2.12.0"
val logstashLogbackEncoderVersion = "6.6"
val scalaJavaTimeVersion = "2.5.0"
val zioMetricsConnectorsVersion = "2.3.1"
val zioConfig = "4.0.1"
val zioParser = "0.1.9"
val zioPrelude = "1.0.0-RC23"
val zioHttp = "3.0.0-RC4"
val log4jVersion = "2.23.0"
val log4jVersion = "2.23.1"
}

0 comments on commit 3553640

Please sign in to comment.