Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into feature-158/update-to-zio-2
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.sbt
#	project/plugins.sbt
  • Loading branch information
VladKopanev committed Jan 16, 2022
2 parents 7c132c8 + e1efc86 commit 7848b1d
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 @@ -3,7 +3,7 @@ import sbt.file

name := "zio-saga"

val mainScala = "2.13.7"
val mainScala = "2.13.8"
val allScala = Seq("2.12.15", mainScala, "3.0.2")

inThisBuild(
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.5.4
sbt.version = 1.6.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0-M3")
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1")
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1")

0 comments on commit 7848b1d

Please sign in to comment.