Commit 72e7ac6 1 parent 176fbf6 commit 72e7ac6 Copy full SHA for 72e7ac6
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This facade is converted from [@types/
[email protected] ](https://www.npm
8
8
9
9
Add the following to your sbt build definition:
10
10
11
- libraryDependencies += "tech.ignission" %%% "google-apps-script-scalajs-facade" % "0.4 .0"
11
+ libraryDependencies += "tech.ignission" %%% "google-apps-script-scalajs-facade" % "0.5 .0"
12
12
13
13
## Example
14
14
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ normalizedName := "google-apps-script-scalajs-facade"
5
5
ThisBuild / scalafixDependencies += " com.github.liancheng" %% " organize-imports" % " 0.5.0"
6
6
7
7
lazy val commonSettings = Seq (
8
- version := " 0.4.1-SNAPSHOT " ,
8
+ version := " 0.5.0 " ,
9
9
scalaVersion := " 2.13.5" ,
10
10
organization := " tech.ignission" ,
11
11
scalacOptions ++= List (
You can’t perform that action at this time.
0 commit comments