We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f942bee commit 4ee30e6Copy full SHA for 4ee30e6
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
3
4
-### 3.0 Early Access Preview 3 (May 2020)
+### 3.0 Early Access Preview 3 (25 May 2020)
5
6
Implemented:
7
- Plugins can listen to various events for recording user action;
build.sbt
@@ -54,7 +54,7 @@ val buildDate = "%d %s %d".format(
54
55
val buildTag = "-SNAPSHOT"
56
57
-val buildVersion = "0003-ALPHA"
+val buildVersion = "ea+03"
58
59
// This is needed to run/test the project without having to restart SBT afterwards
60
fork in run := true
0 commit comments