File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
val dottyVersion = " 3.0.0"
3
3
// val dottyVersion = dottyLatestNightlyBuild.get
4
4
5
- ThisBuild / version := " 2.0.3-SNAPSHOT"
5
+ ThisBuild / version := " 2.0.3"
6
+ ThisBuild / versionScheme := Some (" semver-spec" )
6
7
7
8
val sharedSettings = Seq (
8
9
organization := " com.github.rssh" ,
9
10
scalaVersion := dottyVersion,
10
11
name := " scala-gopher" ,
11
12
resolvers += " Local Ivy Repository" at " file://" + Path .userHome.absolutePath+ " /.ivy2/local" ,
12
- libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.8.0-SNAPSHOT " ,
13
+ libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.8.1 " ,
13
14
libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.26" % Test ,
14
15
testFrameworks += new TestFramework (" munit.Framework" )
15
16
)
You can’t perform that action at this time.
0 commit comments