File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// val dottyVersion = "3.0.0-RC2-bin-SNAPSHOT"
2
- val dottyVersion = " 3.2.1 "
2
+ val dottyVersion = " 3.2.2 "
3
3
// val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
4
4
// val dottyVersion = dottyLatestNightlyBuild.get
5
5
6
- ThisBuild / version := " 3.0.6-SNAPSHOT "
6
+ ThisBuild / version := " 3.0.6"
7
7
ThisBuild / versionScheme := Some (" semver-spec" )
8
8
9
9
val sharedSettings = Seq (
10
10
organization := " com.github.rssh" ,
11
11
scalaVersion := dottyVersion,
12
12
name := " scala-gopher" ,
13
13
// resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
14
- libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.14-SNAPSHOT " ,
14
+ libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.15 " ,
15
15
libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.29" % Test ,
16
16
)
17
17
Original file line number Diff line number Diff line change 1
- sbt.version =1.8.0
1
+ sbt.version =1.8.2
You can’t perform that action at this time.
0 commit comments