File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
shared/src/main/scala/gopher Expand file tree Collapse file tree 4 files changed +6
-6
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.1.3 "
2
+ val dottyVersion = " 3.2.0 "
3
3
// val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
4
4
// val dottyVersion = dottyLatestNightlyBuild.get
5
5
6
- ThisBuild / version := " 3.0.3 "
6
+ ThisBuild / version := " 3.0.4 "
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.10 " ,
14
+ libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.11-SNAPSHOT " ,
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.6.2
1
+ sbt.version =1.7.1
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")
2
2
addSbtPlugin(" com.typesafe.sbt" % " sbt-site" % " 1.4.1" )
3
3
addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.3" )
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.0.0" )
5
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.1 " )
5
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.11.0 " )
6
6
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.0.1" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import scala.util.control.NonFatal
13
13
14
14
object SelectMacro :
15
15
16
- import cps .macros .forest .TransformUtil
16
+ import cps .macros .common .TransformUtil
17
17
18
18
sealed trait SelectGroupExpr [F [_],S , R ]:
19
19
def toExprOf [X <: SelectListeners [F ,S , R ]]: Expr [X ]
You can’t perform that action at this time.
0 commit comments