|
2 | 2 | val dottyVersion = "3.1.1"
|
3 | 3 | //val dottyVersion = dottyLatestNightlyBuild.get
|
4 | 4 |
|
5 |
| -ThisBuild/version := "3.0.1-SNAPSHOT" |
| 5 | +ThisBuild/version := "3.0.1" |
6 | 6 | ThisBuild/versionScheme := Some("semver-spec")
|
7 | 7 |
|
8 | 8 | val sharedSettings = Seq(
|
9 | 9 | organization := "com.github.rssh",
|
10 | 10 | scalaVersion := dottyVersion,
|
11 | 11 | name := "scala-gopher",
|
12 | 12 | resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
|
13 |
| - libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.6", |
| 13 | + libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.7", |
14 | 14 | libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
|
15 | 15 | )
|
16 | 16 |
|
@@ -45,7 +45,7 @@ lazy val gopher = crossProject(JSPlatform, JVMPlatform)
|
45 | 45 | Compile / doc / scalacOptions := Seq("-groups",
|
46 | 46 | "-source-links:shared=github://rssh/scala-gopher/master#shared",
|
47 | 47 | "-source-links:jvm=github://rssh/scala-gopher/master#jvm"),
|
48 |
| - mimaPreviousArtifacts := Set() //Set( "com.github.rssh" %% "scala-gopher" % "2.1.0") |
| 48 | + mimaPreviousArtifacts := Set( "com.github.rssh" %% "scala-gopher" % "3.0.0" ) |
49 | 49 | ).jsSettings(
|
50 | 50 | libraryDependencies += ("org.scala-js" %%% "scalajs-java-logging" % "1.0.0").cross(CrossVersion.for3Use2_13),
|
51 | 51 | // TODO: switch to ModuleES ?
|
|
0 commit comments