Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 7a5cce4 commit a261073
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ReleaseTransformations._

ThisBuild / organization := "eu.joaocosta"
ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / scalaVersion := "3.3.1"
ThisBuild / licenses := Seq("MIT License" -> url("http://opensource.org/licenses/MIT"))
ThisBuild / homepage := Some(url("https://github.com/JD557/interim"))
ThisBuild / scmInfo := Some(
Expand Down Expand Up @@ -47,9 +47,9 @@ lazy val core = (projectMatrix in file("core"))
"docs"
)
)
.jvmPlatform(scalaVersions = Seq("3.3.0"))
.jsPlatform(scalaVersions = Seq("3.3.0"))
.nativePlatform(scalaVersions = Seq("3.3.0"))
.jvmPlatform(scalaVersions = Seq("3.3.1"))
.jsPlatform(scalaVersions = Seq("3.3.1"))
.nativePlatform(scalaVersions = Seq("3.3.1"))

releaseCrossBuild := true
releaseTagComment := s"Release ${(ThisBuild / version).value}"
Expand Down
2 changes: 1 addition & 1 deletion examples/release/example-minart-backend.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala "3.3.0"
//> using scala "3.3.1"
//> using lib "eu.joaocosta::minart::0.5.3"
//> using lib "eu.joaocosta::interim::0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion examples/snapshot/example-minart-backend.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//> using scala "3.3.0"
//> using scala "3.3.1"
//> using lib "eu.joaocosta::minart::0.5.3"
//> using lib "eu.joaocosta::interim::0.1.5-SNAPSHOT"

Expand Down

0 comments on commit a261073

Please sign in to comment.