Skip to content

Commit 6ab8f26

Browse files
committed
Bump library versions
1 parent 495823d commit 6ab8f26

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

Toolkit.js.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//> using scala 2.13, 3.3
22
//> using publish.name toolkit
3-
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M16
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M16
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
55
//> using dep com.lihaoyi::upickle::3.3.1

Toolkit.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//> using scala 2.13, 3.3
22
//> using publish.name toolkit
3-
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M16
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M16
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
55
//> using dep com.lihaoyi::upickle::3.3.1
6-
//> using dep com.lihaoyi::os-lib::0.10.3
6+
//> using dep com.lihaoyi::os-lib::0.11.3

ToolkitTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//> using scala 2.13, 3.3
22
//> using publish.name toolkit-test
3-
//> using dep org.scalameta::munit::1.0.0
3+
//> using dep org.scalameta::munit::1.0.2

changelog/Config.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ object Config:
77
def loadFromEnv: Config =
88
val organization = Properties.envOrElse("TOOLKIT_ORG", "org.scala-lang")
99
val outputDir = Properties.envOrNone("CHANGELOG_DIR").map(os.Path(_)).getOrElse(os.pwd / "changelog")
10-
val releaseVersion = Version.parse(Properties.envOrElse("TOOLKIT_VERSION_RELEASE", "0.4.0"))
11-
val developmentVersion = Version.parse(Properties.envOrElse("TOOLKIT_VERSION_DEVELOPMENT", "0.5.0"))
10+
val releaseVersion = Version.parse(Properties.envOrElse("TOOLKIT_VERSION_RELEASE", "0.5.0"))
11+
val developmentVersion = Version.parse(Properties.envOrElse("TOOLKIT_VERSION_DEVELOPMENT", "0.6.0"))
1212
Config(organization, outputDir, releaseVersion, developmentVersion)

changelog/exceptions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
0.3.0
33
0.4.0
44
0.5.0
5+
0.6.0

changelog/project.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
//> using toolkit 0.3.0
2-
//> using dep io.get-coursier:coursier_2.13:2.1.10
1+
//> using toolkit 0.5.0
2+
//> using dep io.get-coursier:coursier_2.13:2.1.14
33
//> using scala 3.3

0 commit comments

Comments
 (0)