1
1
// val dottyVersion = "3.0.0-RC2-bin-SNAPSHOT"
2
- val dottyVersion = " 3.1.1 "
2
+ val dottyVersion = " 3.1.2 "
3
3
// val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
4
4
// val dottyVersion = dottyLatestNightlyBuild.get
5
5
@@ -11,7 +11,7 @@ val sharedSettings = Seq(
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.8 " ,
14
+ libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.10-SNAPSHOT " ,
15
15
libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.29" % Test ,
16
16
)
17
17
@@ -46,7 +46,7 @@ lazy val gopher = crossProject(JSPlatform, JVMPlatform)
46
46
Compile / doc / scalacOptions := Seq (" -groups" ,
47
47
" -source-links:shared=github://rssh/scala-gopher/master#shared" ,
48
48
" -source-links:jvm=github://rssh/scala-gopher/master#jvm" ),
49
- mimaPreviousArtifacts := Set ( " com.github.rssh" %% " scala-gopher" % " 3.0.1 " )
49
+ mimaPreviousArtifacts := Set ( " com.github.rssh" %% " scala-gopher" % " 3.0.2 " )
50
50
).jsSettings(
51
51
libraryDependencies += (" org.scala-js" %%% " scalajs-java-logging" % " 1.0.0" ).cross(CrossVersion .for3Use2_13),
52
52
// TODO: switch to ModuleES ?
0 commit comments