File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ scala_213: &scala_213
7
7
SCALA_VERSION : 2.13.4
8
8
9
9
scala_dotty : &scala_dotty
10
- SCALA_VERSION : 3.0.0-RC2
10
+ SCALA_VERSION : 3.0.0-RC3
11
11
12
12
jdk_8 : &jdk_8
13
13
JDK_VERSION : 8
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ inThisBuild(
30
30
addCommandAlias(" fmt" , " all scalafmtSbt scalafmt test:scalafmt" )
31
31
addCommandAlias(" check" , " all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck" )
32
32
33
- val zioVersion = " 1.0.6 "
33
+ val zioVersion = " 1.0.7 "
34
34
35
35
lazy val root = project
36
36
.in(file(" ." ))
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object BuildHelper {
14
14
private val Scala211 = " 2.11.12"
15
15
private val Scala212 = " 2.12.13"
16
16
private val Scala213 = " 2.13.5"
17
- val DottyVersion = " 3.0.0-RC2 "
17
+ val DottyVersion = " 3.0.0-RC3 "
18
18
19
19
def buildInfoSettings (packageName : String ) =
20
20
Seq (
You can’t perform that action at this time.
0 commit comments