Skip to content

Commit ae86474

Browse files
committed
adopted to scala compiler 3.1.2 and dotty-cps-async-0.9.10-SNAPSHOT
1 parent 97aa05d commit ae86474

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//val dottyVersion = "3.0.0-RC2-bin-SNAPSHOT"
2-
val dottyVersion = "3.1.1"
2+
val dottyVersion = "3.1.2"
33
//val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
44
//val dottyVersion = dottyLatestNightlyBuild.get
55

@@ -11,7 +11,7 @@ val sharedSettings = Seq(
1111
scalaVersion := dottyVersion,
1212
name := "scala-gopher",
1313
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",
1515
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
1616
)
1717

@@ -46,7 +46,7 @@ lazy val gopher = crossProject(JSPlatform, JVMPlatform)
4646
Compile / doc / scalacOptions := Seq("-groups",
4747
"-source-links:shared=github://rssh/scala-gopher/master#shared",
4848
"-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" )
5050
).jsSettings(
5151
libraryDependencies += ("org.scala-js" %%% "scalajs-java-logging" % "1.0.0").cross(CrossVersion.for3Use2_13),
5252
// TODO: switch to ModuleES ?

0 commit comments

Comments
 (0)