Skip to content

Commit

Permalink
Merge branch 'master' into update/scalafmt-core-3.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored Sep 21, 2023
2 parents 6c09d60 + bfd032d commit 0e0a675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.16",
zioVersion := "2.0.17",
scala212 := "2.12.17",
scala213 := "2.13.10",
scala3 := "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
val slf4jVersion = "1.7.36"
val slf4j2Version = "2.0.7"
val slf4j2Version = "2.0.9"
val logbackVersion = "1.2.12"
val logback2Version = "1.4.11"
val scalaCollectionCompatVersion = "2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.4
sbt.version = 1.9.6

0 comments on commit 0e0a675

Please sign in to comment.