Skip to content

Commit

Permalink
update to sbt 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed May 23, 2024
1 parent cfb7583 commit c0e63b0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:11-jdk
FROM openjdk:17-buster
LABEL maintainer="mario.siegenthaler@linkyard.ch"

ENV SBT_VERSION 1.5.5
ENV SBT_VERSION 1.10.0


# add deps
Expand Down
3 changes: 1 addition & 2 deletions init_deps/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

scalaVersion := "2.13.7"
scalaVersion := "2.13.14"
2 changes: 1 addition & 1 deletion init_deps/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.10.0
2 changes: 0 additions & 2 deletions init_deps/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ logLevel := Level.Info
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
2 changes: 1 addition & 1 deletion init_scala-2.13/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scalaVersion := "2.13.7"
scalaVersion := "2.13.14"
2 changes: 1 addition & 1 deletion init_scala-2.13/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.10.0

0 comments on commit c0e63b0

Please sign in to comment.