Skip to content

Commit

Permalink
Merge pull request #1379 from gemini-hlsw/update/scala3-library-3.5.2
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.5.2
  • Loading branch information
jluhrs authored Nov 6, 2024
2 parents 6345c43 + 3067797 commit 9d8e598
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.5.1]
scala: [3.5.2]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ ThisBuild / lucumaCssExts += "svg"

Global / onChangedBuildSource := ReloadOnSourceChanges
ThisBuild / scalafixDependencies += "edu.gemini" % "lucuma-schemas_3" % LibraryVersions.lucumaSchemas
ThisBuild / scalaVersion := "3.5.1"
ThisBuild / crossScalaVersions := Seq("3.5.1")
ThisBuild / scalaVersion := "3.5.2"
ThisBuild / crossScalaVersions := Seq("3.5.2")
ThisBuild / scalacOptions ++= Seq("-language:implicitConversions")
ThisBuild / scalafixResolvers += coursierapi.MavenRepository.of(
"https://s01.oss.sonatype.org/content/repositories/snapshots/"
Expand Down
2 changes: 1 addition & 1 deletion modules/web/client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const pathExists = async (path) => {

// https://vitejs.dev/config/
export default defineConfig(async ({ mode }) => {
const scalaClassesDir = path.resolve(__dirname, 'target/scala-3.5.1');
const scalaClassesDir = path.resolve(__dirname, 'target/scala-3.5.2');
const isProduction = mode == 'production';
const sjs = isProduction
? path.resolve(scalaClassesDir, 'observe_web_client-opt')
Expand Down

0 comments on commit 9d8e598

Please sign in to comment.