File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
For scala 3:
8
8
9
- libraryDependencies += "com.github.rssh" %% "scala-gopher" % "2.0.4 "
9
+ libraryDependencies += "com.github.rssh" %% "scala-gopher" % "2.0.5 "
10
10
11
11
For scala2:
12
12
Original file line number Diff line number Diff line change 2
2
val dottyVersion = " 3.0.1"
3
3
// val dottyVersion = dottyLatestNightlyBuild.get
4
4
5
- ThisBuild / version := " 2.0.5 "
5
+ ThisBuild / version := " 2.0.6 "
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.1" ,
14
- libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.26" % Test ,
15
- testFrameworks += new TestFramework (" munit.Framework" )
13
+ libraryDependencies += " com.github.rssh" %%% " dotty-cps-async" % " 0.9.2" ,
14
+ libraryDependencies += " org.scalameta" %%% " munit" % " 0.7.27" % Test ,
16
15
)
17
16
18
17
lazy val root = project
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.5.1 " )
5
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.0 " )
6
6
You can’t perform that action at this time.
0 commit comments