File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ val dottyVersion = "3.1.2"
3
3
// val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
4
4
// val dottyVersion = dottyLatestNightlyBuild.get
5
5
6
- ThisBuild / version := " 3.0.2 "
6
+ ThisBuild / version := " 3.0.3 "
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
- resolvers += " Local Ivy Repository" at " file://" + Path .userHome.absolutePath+ " /.ivy2/local" ,
14
- libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.10-SNAPSHOT " ,
13
+ // resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
14
+ libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.10" ,
15
15
libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.29" % Test ,
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments