Skip to content

Commit

Permalink
Upgrade Dotty to 0.25.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Jun 17, 2020
1 parent 94e31a8 commit 0928edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Any version number that starts with `0.` is automatically recognized as Dotty by
the `sbt-dotty` plugin, you don't need to set up anything:

```scala
scalaVersion := "0.25.0-RC1"
scalaVersion := "0.25.0-RC2"
```

#### Nightly builds
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ lazy val root = project
description := "Example sbt project that compiles using Dotty",
version := "0.1.0",

scalaVersion := "0.25.0-RC1"
scalaVersion := "0.25.0-RC2"
)

0 comments on commit 0928edb

Please sign in to comment.