diff --git a/build.sbt b/build.sbt index 60dc197..27567e4 100644 --- a/build.sbt +++ b/build.sbt @@ -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( @@ -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}" diff --git a/examples/release/example-minart-backend.scala b/examples/release/example-minart-backend.scala index ad6d8b5..065dbdb 100644 --- a/examples/release/example-minart-backend.scala +++ b/examples/release/example-minart-backend.scala @@ -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" diff --git a/examples/snapshot/example-minart-backend.scala b/examples/snapshot/example-minart-backend.scala index 04bb1c5..f178188 100644 --- a/examples/snapshot/example-minart-backend.scala +++ b/examples/snapshot/example-minart-backend.scala @@ -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"