Skip to content

Commit

Permalink
Update to M3 Scala3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKopanev committed Jan 6, 2021
1 parent c5b8317 commit a153940
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 @@ -4,7 +4,7 @@ import sbt.file
name := "zio-saga"

val mainScala = "2.13.3"
val allScala = Seq("2.11.12", "2.12.12", mainScala, "3.0.0-M2")
val allScala = Seq("2.11.12", "2.12.12", mainScala, "3.0.0-M3")

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

0 comments on commit a153940

Please sign in to comment.