Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Update scala-library to 2.13.15 #722

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.scalafmt.sbt.ScalafmtPlugin.scalafmtConfigSettings
lazy val ver = version := "1.0.0-SNAPSHOT"

lazy val commonSettings = Seq(
scalaVersion := "2.13.5",
scalaVersion := "2.13.15",
organization := "com.wanari",
scalafmtOnCompile := true,
ver
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
tutelar:
image: hseeberger/scala-sbt:8u282_1.5.0_2.13.5
image: hseeberger/scala-sbt:8u282_1.5.0_2.13.15
working_dir: /app
volumes:
- ./:/app
Expand Down
Loading