@@ -3,16 +3,16 @@ val dottyVersion = "3.3.0"
3
3
// val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
4
4
// val dottyVersion = dottyLatestNightlyBuild.get
5
5
6
- ThisBuild / version := " 3 .0.8 -SNAPSHOT"
6
+ ThisBuild / version := " 4 .0.0 -SNAPSHOT"
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.17-RC1 " ,
15
- libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.29 " % Test ,
14
+ libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.17" ,
15
+ libraryDependencies += " org.scalameta" %%% " munit" % " 1.0.0-M8 " % Test ,
16
16
)
17
17
18
18
lazy val root = project
@@ -48,7 +48,7 @@ lazy val gopher = crossProject(JSPlatform, JVMPlatform)
48
48
Compile / doc / scalacOptions := Seq (" -groups" ,
49
49
" -source-links:shared=github://rssh/scala-gopher/master#shared" ,
50
50
" -source-links:jvm=github://rssh/scala-gopher/master#jvm" ),
51
- mimaPreviousArtifacts := Set ( " com.github.rssh" %% " scala-gopher" % " 3.0.5 " )
51
+ mimaPreviousArtifacts := Set ( " com.github.rssh" %% " scala-gopher" % " 3.0.7 " )
52
52
).jsSettings(
53
53
libraryDependencies += (" org.scala-js" %%% " scalajs-java-logging" % " 1.0.0" ).cross(CrossVersion .for3Use2_13),
54
54
// TODO: switch to ModuleES ?
0 commit comments