Skip to content

Commit

Permalink
Merge pull request #104 from scala-steward/update/scala3-library-3.3.3
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.3
  • Loading branch information
JD557 committed Mar 3, 2024
2 parents dc7d39d + 4dee82e commit 34c30df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1"
ThisBuild / scalaVersion := "3.3.3"
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
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.1"
//> using scala "3.3.3"
//> using dep "eu.joaocosta::minart::0.6.0-M2"
//> using dep "eu.joaocosta::interim::0.1.6"

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.1"
//> using scala "3.3.3"
//> using dep "eu.joaocosta::minart::0.6.0-M2"
//> using dep "eu.joaocosta::interim::0.1.7-SNAPSHOT"

Expand Down

0 comments on commit 34c30df

Please sign in to comment.