Skip to content

Commit

Permalink
Merge pull request #1 from keynmol/update-scalas
Browse files Browse the repository at this point in the history
Wind Scala versions forward
  • Loading branch information
tpolecat authored Feb 23, 2021
2 parents 2b4e5d5 + 3959361 commit 49a97d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// Our Scala versions.
lazy val `scala-3.0` = "3.0.0-M3"
lazy val `scala-3.0-prev` = "3.0.0-M2"
lazy val `scala-3.0` = "3.0.0-RC1"
lazy val `scala-3.0-prev` = "3.0.0-M3"
lazy val `scala-2.12` = "2.12.12"
lazy val `scala-2.13` = "2.13.3"

Expand Down Expand Up @@ -35,7 +35,7 @@ Compile / doc / scalacOptions ++= Seq(
)

// MUnit
libraryDependencies += "org.scalameta" %% "munit" % "0.7.20" % Test
libraryDependencies += "org.scalameta" %% "munit" % "0.7.22" % Test
testFrameworks += new TestFramework("munit.Framework")

// Scala 2 needs scala-reflect
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.14")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")

0 comments on commit 49a97d4

Please sign in to comment.