Skip to content

Commit

Permalink
Merge branch 'master' into update/scalafmt-core-3.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 authored Sep 9, 2023
2 parents bf3914f + ac826d7 commit 55be674
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")

0 comments on commit 55be674

Please sign in to comment.