-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mix-scala-2-and-3-macros
- Loading branch information
Showing
5 changed files
with
54 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
object Versions { | ||
|
||
object Core { | ||
val stable = "1.7.3" | ||
val head = "1.7.4-SNAPSHOT" | ||
val stable = "1.7.4" | ||
val head = "1.7.5-SNAPSHOT" | ||
} | ||
|
||
object Macros { | ||
val stable = "1.6.4" | ||
val head = "1.6.5-SNAPSHOT" | ||
val stable = "1.6.5" | ||
val head = "1.6.6-SNAPSHOT" | ||
} | ||
|
||
} |