Skip to content

Commit cfb7802

Browse files
committed
Scala 3.0.0-RC1
1 parent dcca3db commit cfb7802

File tree

3 files changed

+4
-25
lines changed

3 files changed

+4
-25
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
// Our Scala versions.
3-
lazy val `scala-3.0` = "3.0.0-M3"
4-
lazy val `scala-3.0-prev` = "3.0.0-M2"
3+
lazy val `scala-3.0` = "3.0.0-RC1"
4+
lazy val `scala-3.0-prev` = "3.0.0-M3"
55
lazy val `scala-2.12` = "2.12.12"
6-
lazy val `scala-2.13` = "2.13.4"
6+
lazy val `scala-2.13` = "2.13.5"
77

88
// Publishing
99
name := "typename"
@@ -35,7 +35,7 @@ Compile / doc / scalacOptions ++= Seq(
3535
)
3636

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

4141
// Scala 2 needs scala-reflect

src/main/scala-3.0.0-M2/TypeNamePlatform.scala

Lines changed: 0 additions & 21 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)